-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for ensemble output format (#570)
* Add ensemble output formatting * Adding support for cumulative states * Updated CDC reformatting * using deepcopy to avoid overwriting results * linting * Lint * fix time unit issue in cdc formatting * updated defaults * Lint * Update result_processing.py * update for time_unit * Update result_processing.py * Update result_processing.py * Update result_processing.py * lint * update tests to match output from `convert_to_output_format` * Update result_processing.py * Update result_processing.py * Update result_processing.py * Update result_processing.py * Update result_processing.py * Update interfaces.py * update alpha_qs type to Sized * updating alpha_qs type to List * Update result_processing.py * Update result_processing.py * lint * fix warning * Update interfaces.ipynb * Dropping all other states/observables except the ones in `solution_string_mapping` * Updating logging_times to include start_time and end_time in ensemble_sample * Updating how to set train_end_point * lint * Update interfaces.ipynb * Update interfaces.ipynb * fixed failing tests (#571) * Update interfaces.ipynb * Fixing tests with expanded timespan * Lint * resolved viz test time misalignment (#573) * Removing commented out code; update documentation for ensemble_sample * replaced DEFAULT_ALPHA_QS with import * lint --------- Co-authored-by: Sam Witty <[email protected]>
- Loading branch information
1 parent
4c65d26
commit a18eb59
Showing
7 changed files
with
830 additions
and
175 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.