-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix ensemble bug, add clear count #94
Conversation
For full integration test results, refer to the Tests directory README. |
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.
Looks good!
@@ -881,10 +885,8 @@ def elevation( | |||
ds=satellite_ds, | |||
model=tide_model, | |||
directory=tide_model_dir, | |||
ranking_points="data/raw/tide_correlations_2017-2019.geojson", |
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.
Removed the link to this ranking file so it uses the default value here: https://github.com/GeoscienceAustralia/dea-notebooks/blob/develop/Tools/dea_tools/coastal.py#L440
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.
Sweet. Looks good to go!
Fixed a bug caused by pointing to an older version of the ensemble rankings that had models in the wrong order
Added
clear_count
to address part of #92