We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb7bc0 commit aad0f83Copy full SHA for aad0f83
tests/worker/jobs/step_run_mock_job.py
@@ -12,7 +12,7 @@ class StepRunMockJob(MockJob, StepRunBase):
12
def __init__(self, run_id, realtime, timescale, external_clock, start_datetime, end_datetime):
13
super().__init__()
14
self.checkout_run(run_id)
15
- StepRunBase.__init__(self, run_id, realtime, timescale, external_clock, start_datetime, end_datetime, skip_site_init=True, skip_stop_db_writes=True)
+ StepRunBase.__init__(self, run_id, realtime, timescale, external_clock, start_datetime, end_datetime)
16
self.options.warmup_is_first_step = True
17
self.options.timestep_duration = timedelta(minutes=1)
18
self.simulation_step_duration = 1
0 commit comments