Skip to content

Commit

Permalink
implement initialize_simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jan 7, 2025
1 parent 96bc99a commit 978d947
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/worker/jobs/step_run_mock_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ def step(self):
def get_sim_time(self) -> datetime.datetime:
return self.run.sim_time

def initialize_simulation(self):
pass

@message
def set_simulation_step_duration(self, simulation_step_duration):
self.options.timestep_duration = timedelta(minutes=simulation_step_duration)
Expand Down

0 comments on commit 978d947

Please sign in to comment.