Skip to content

Commit

Permalink
Remove duplicit scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Jan 2, 2024
1 parent 48ac288 commit 9f55387
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit_tests/scheduler/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ async def wait(iens):
for iens in range(ensemble_size)
]

sch = scheduler.Scheduler(realizations=realizations)

sch = scheduler.Scheduler(mock_driver(wait=wait, kill=kill), realizations)

assert await sch.execute(min_required_realizations=5) == EVTYPE_ENSEMBLE_STOPPED
Expand Down

0 comments on commit 9f55387

Please sign in to comment.