Merge branch 'feature/backend/initial-deployment'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import pandas as pd
|
||||
|
||||
from typing import List
|
||||
from landmarks_manager import generate_landmarks
|
||||
from landmarks_manager import LandmarkManager
|
||||
from fastapi.encoders import jsonable_encoder
|
||||
|
||||
from optimizer_v4 import solve_optimization
|
||||
@@ -26,6 +26,7 @@ def write_data(L: List[Landmark], file_name: str):
|
||||
|
||||
def test4(coordinates: tuple[float, float]) -> List[Landmark]:
|
||||
|
||||
manager = LandmarkManager()
|
||||
|
||||
preferences = Preferences(
|
||||
sightseeing=Preference(
|
||||
@@ -77,4 +78,4 @@ def test4(coordinates: tuple[float, float]) -> List[Landmark]:
|
||||
#test4(tuple((47.377859, 8.540585))) # Zurich HB
|
||||
#test4(tuple((45.7576485, 4.8330241))) # Lyon Bellecour
|
||||
test4(tuple((48.5848435, 7.7332974))) # Strasbourg Gare
|
||||
#test4(tuple((48.2067858, 16.3692340))) # Vienne
|
||||
#test4(tuple((48.2067858, 16.3692340))) # Vienne
|
||||
|
Reference in New Issue
Block a user