-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOBT-94: Weather symbol changes to accommodate multiple optional nodes (
#1585) * Add ECC bounds for lwe_precipitation_rate_max. * Weather symbols code modifies tree to account for allowed missing diagnostics. Approach modified such that optional missing diagnostics are now accounted for by modifying the tree nodes and then calculating the routes, rather than just calculating the routes to skip the missing nodes. Unit tests added for this new approach, and removed for the old approach. Work in progress changes to weathersymbols to modify tree when nodes are missing, rather than just route around them. * Black. * Modify test to cover if_true as alternative node. * Most review changes. * Unit tests modified. * Review changes. * Remove unused import. * Clarify comment. * Add back test routing through the if_true option.
- Loading branch information
Showing
5 changed files
with
236 additions
and
98 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
Oops, something went wrong.