|
|
|
@ -64,7 +64,7 @@ async def get_simulation_results(*, simulation_id: str, token: str):
|
|
|
|
plant_response.raise_for_status()
|
|
|
|
plant_response.raise_for_status()
|
|
|
|
|
|
|
|
|
|
|
|
calc_data = calc_response.json()["data"]
|
|
|
|
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"]
|
|
|
|
plant_data = plant_response.json()["data"]
|
|
|
|
|
|
|
|
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
|