-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure that the last evaluator event is EETerminated
This introduces EnsembleEvaluator._complete_batch event, which is set every time a batch is produced. When closing the ee server, we make sure that the _complete_batch is set and thus preventing an events to be lost. This behaviour is then tested in test_ensure_multi_level_events_in_order, which was updated correspondighly.
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 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