-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialisation of `JobQueue` and `Scheduler` is moved to where they are used. This means that the current event loop is the same during initialisation and use. Changes: - `add_realization`: We can simply pass realisations as a list to the given executor. - `set_ee_info`: We can simply pass this information to the queues. - `CONCURRENT_INITIALIZATION`: No longer passed to the queue as it's a constant. - `timeout_callback`: Now passed to the queue, rather than with each realisation. - `queue_evaluators`: Concept removed. Only used for "min_required_realizations", which we can call directly.
- Loading branch information
Showing
10 changed files
with
169 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.