Skip to content

Commit

Permalink
Update cylc/flow/run_modes/simulation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Sanders <oliver.sanders@metoffice.gov.uk>
  • Loading branch information
wxtim and oliver-sanders committed Sep 19, 2024
1 parent 3f19028 commit 9494c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cylc/flow/run_modes/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def submit_task_job(

itask.platform = {
'name': RunMode.SIMULATION.value, 'install target': 'localhost'}
itask.platform['name'] = RunMode.SIMULATION.value
itask.summary['job_runner_name'] = RunMode.SIMULATION.value
itask.summary[task_job_mgr.KEY_EXECUTE_TIME_LIMIT] = (
itask.mode_settings.simulated_run_length
Expand Down

0 comments on commit 9494c87

Please sign in to comment.