Skip to content
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

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Fix ensemble bug, add clear count #94

merged 2 commits into from
Oct 3, 2024

Conversation

robbibt
Copy link
Member

@robbibt robbibt commented Oct 3, 2024

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

image

Copy link

github-actions bot commented Oct 3, 2024

For full integration test results, refer to the Tests directory README.

Copy link
Collaborator

@vnewey vnewey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

intertidal/io.py Show resolved Hide resolved
intertidal/io.py Show resolved Hide resolved
intertidal/elevation.py Show resolved Hide resolved
intertidal/elevation.py Show resolved Hide resolved
data/raw/tide_correlations_2017-2019.geojson Outdated Show resolved Hide resolved
@@ -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",
Copy link
Member Author

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

Copy link
Collaborator

@erialC-P erialC-P left a 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!

@erialC-P erialC-P merged commit ea7876e into develop Oct 3, 2024
@erialC-P erialC-P deleted the fix_ensemble branch October 3, 2024 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants