-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added branch composition to the modelsystem normalizer (#76)
* added branch composition to the modelsystem normalizer * fixed attribute name mistake * added test for composition formula * resolve composition formula outside of normalize within ModelSystem * moved resolve composition formula up to Simulations() * save point * finalized movement of resolve formulas and expanded tests * added doc strings * removed logger and unused typing * some typos * applied ruff * ruff formatting --------- Co-authored-by: jrudz <[email protected]>
- Loading branch information
1 parent
cdad337
commit e032021
Showing
5 changed files
with
306 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,5 @@ | |
RussellSaundersState, | ||
is_not_representative, | ||
get_variables, | ||
get_composition, | ||
) |
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