debugging backend

This commit is contained in:
Khalim Conn-Kowlessar 2025-08-22 03:25:47 +01:00
parent f39b3d3f52
commit d297f6c2ce

View file

@ -125,14 +125,14 @@ def app():
body1 = { body1 = {
"portfolio_id": str(PORTFOLIO_ID), "portfolio_id": str(PORTFOLIO_ID),
"housing_type": "Social", "housing_type": "Social",
"goal": "EPC B", "goal": "Increasing EPC",
"goal_value": "B", "goal_value": "B",
"trigger_file_path": filename, "trigger_file_path": filename,
"already_installed_file_path": "", "already_installed_file_path": "",
"patches_file_path": "", "patches_file_path": "",
"non_invasive_recommendations_file_path": "", "non_invasive_recommendations_file_path": "",
"valuation_file_path": "", "valuation_file_path": valuation_filename,
"scenario_name": "Full package remote assessment", "scenario_name": "EPC B",
"multi_plan": True, "multi_plan": True,
"budget": None, "budget": None,
"ashp_cop": 3.5, "ashp_cop": 3.5,
@ -145,14 +145,14 @@ def app():
body2 = { body2 = {
"portfolio_id": str(PORTFOLIO_ID), "portfolio_id": str(PORTFOLIO_ID),
"housing_type": "Social", "housing_type": "Social",
"goal": "EPC C", "goal": "Increasing EPC",
"goal_value": "C", "goal_value": "C",
"trigger_file_path": filename, "trigger_file_path": filename,
"already_installed_file_path": "", "already_installed_file_path": "",
"patches_file_path": "", "patches_file_path": "",
"non_invasive_recommendations_file_path": "", "non_invasive_recommendations_file_path": "",
"valuation_file_path": "", "valuation_file_path": valuation_filename,
"scenario_name": "Full package remote assessment", "scenario_name": "EPC C",
"multi_plan": True, "multi_plan": True,
"budget": None, "budget": None,
"ashp_cop": 3.5, "ashp_cop": 3.5,