-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for local models and datasets (WIP) * Add unit test for local models (WIP) * Update multi model/dataset test (WIP) * Add unit test for keep datasets in regions * Add more tests and move to local tags class * Always include global dataset in mapping * Add filter_mask method to trust region * Add more testing * Fix mypy model type issues * Add ask_tell testing * Fix summary init when only global dataset * Remove walrus operator * Update test, ask_tell data not changed in-place * Add some test comments * Add some rule comments * Allow input-multi-observers for batch observer * Allow multiple models/datasets for base rule * Support multiple models/datasets in region selects * Fix TR plotting history colors * Add notebook init points explanation * Rename region index and add init param * Remove old comment * Tidy-up redundant expression * Keep full datasets along with filtered ones * Make changes from PR feedback * Address some of the recent feedback * Fix dataset mypy error * Copy dataset in optimizers to avoid changing it * Share DatasetChecker and tidy-up exp values in tests * Address more feedback * Avoid default num_models in integ tests * Fix old python typing issue * Use flatten_... func and add comment
- Loading branch information
1 parent
c537c5b
commit f766953
Showing
15 changed files
with
1,198 additions
and
165 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
Oops, something went wrong.