Skip to content

Commit 978d947

Browse files
committed
implement initialize_simulation
1 parent 96bc99a commit 978d947

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/worker/jobs/step_run_mock_job.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ def step(self):
2424
def get_sim_time(self) -> datetime.datetime:
2525
return self.run.sim_time
2626

27+
def initialize_simulation(self):
28+
pass
29+
2730
@message
2831
def set_simulation_step_duration(self, simulation_step_duration):
2932
self.options.timestep_duration = timedelta(minutes=simulation_step_duration)

0 commit comments

Comments
 (0)