feature/reliability_stat
Cizz22 4 months ago
parent 7f4832123b
commit 8c0323ede5

@ -64,7 +64,7 @@ async def get_simulation_results(*, simulation_id: str, token: str):
plant_response.raise_for_status()
calc_data = calc_response.json()["data"]
plot_data = plot_response.json()["data"]["plot_results"]
plot_data = plot_response.json()["data"]
plant_data = plant_response.json()["data"]
return {

Loading…
Cancel
Save