There was an error while loading. Please reload this page.
1 parent 37bf3c6 commit 32a7e58Copy full SHA for 32a7e58
1 file changed
src/ert/dark_storage/endpoints/experiment_server.py
@@ -210,12 +210,8 @@ async def start_experiment(
210
try:
211
background_tasks.add_task(runner.run)
212
experiment_state.config_path = config.config_path
213
-
214
experiment_state.run_path = config.simulation_dir
215
experiment_state.storage_path = config.output_dir
216
217
- # Assume client and server is always in the same timezone
218
- # so disregard timestamps
219
experiment_state.start_time_unix = int(time.time())
220
return JSONResponse({"experiment_id": experiment_id})
221
except Exception as e:
0 commit comments