-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow using IDAKLU(output_variables=...) with Experiments (#4534)
* Add test for idaklu+output_variables+experiment * edit Solution.last_state to pull y_event if all_ys is empty * Ensure ProcessedVariableComputed variables are passed through Solution copies during an Experiment Don't compute 'Change in x' summary variables if output_variables are specified * populate first_state using the initial condition if output_variables used Remove warnings about 'Change in x' summary variables * Add to computed processed variable tests * Add test for solution::add with computed variables * add test for solution::copy with computed variables * add check for idaklu on copy test * Add 'variables_returned' attribute to Solution Indicates if 'output_variables' are specified in solver and therefore empty state vector * Use `variables_returned` in `_update_variable()`, update test * Update CHANGELOG * Add test
- Loading branch information
1 parent
9560875
commit 3864e5d
Showing
9 changed files
with
311 additions
and
14 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
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.