remove debugging

main
Cizz22 5 months ago
parent ff7fc0bbfb
commit 274f5fcdb6

@ -11,4 +11,4 @@ install:
# Run the application
run:
python run.py
$(PYTHON) run.py

File diff suppressed because it is too large Load Diff

@ -32,9 +32,6 @@ async def get_model_data(*, db_session: DbSession, simulation_id: Optional[UUID]
db_session=db_session, simulation_id=simulation.id, node_name="- TJB - Unit 3 -"
)
raise Exception(main_calc_data)
# Total time period
total_time = main_calc_data.total_uptime + main_calc_data.total_downtime

Loading…
Cancel
Save