-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply overrides in Land and surfaces #82
Merged
Merged
Changes from 14 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5c0f623
Apply overrides in Land
liuly12 3bac612
Apply overrides in Surface
liuly12 8702d9a
Apply overrides in ImperviousSurface
liuly12 0ad68ef
Apply overrides in PerviousSurface
liuly12 33b7150
Apply overrides in GrowingSurface
liuly12 ebf13e0
Apply overrides in IrrigationSurface
liuly12 bf5bbf1
Apply overrides in NutrientPool
liuly12 ac54634
Add test_land_overrides
liuly12 9eac911
Add test_surface_overrides
liuly12 6902447
Add test_impervioussurface_overrides
liuly12 996d804
Add test_pervioussurface_overrides
liuly12 108c2bc
Add test_growingsurface_overrides
liuly12 7195683
Add test_nutrientpool_overrides
liuly12 325ea01
Apply overrides of data_input_dict in Surface and its superclasses
liuly12 e9a3ea1
Update warning
liuly12 8a22275
Remove duplicate line
liuly12 4b32b9b
Update error
liuly12 9641dbf
Direct assign to self rather than return variables
liuly12 962d329
Merge branch 'main' into land-surface-overrides
dalonsoa f0e1ee7
fix the load error
liuly12 fc5bc58
pre-commit reformatted
liuly12 c850d51
merge
barneydobson 0862658
Merge branch 'main' into land-surface-overrides
barneydobson cbb2df9
fix import
barneydobson eb0f9b6
typo
barneydobson a0ef857
fix imports
barneydobson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get it - why did the normal tests change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the odd one and I'm not very sure what the reason is. After applying the overrides, if I leave it as 15 float accuracy it will report error, but 14 is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh that number is float accuracy - no problem from me then