Skip to content

Commit

Permalink
correct increment of time in mock job
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jan 7, 2025
1 parent 978d947 commit 2129555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/worker/jobs/step_run_mock_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def set_simulation_step_duration(self, simulation_step_duration):

@message
def advance(self):
self.run.sim_time = self.run.sim_time + 1
self.run.sim_time = self.run.sim_time + self.options.timestep_duration

0 comments on commit 2129555

Please sign in to comment.