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

Update for params unification #7

Merged
merged 5 commits into from
Oct 16, 2023
Merged

Conversation

trey-stafford
Copy link
Contributor

Reflects changes in nsidc/pm_icecon#24

@trey-stafford trey-stafford requested a review from sc0tts October 12, 2023 22:31
@trey-stafford
Copy link
Contributor Author

Currently just failing because the version of pm_icecon being used in CI is behind.

@@ -323,7 +320,7 @@ def compute_initial_daily_ecdr_dataset(
)
logger.info("Initialized spatial_interpolation_flag with TB fill locations")

bt_coefs_init = pmi_bt_params.get_bootstrap_params(
bt_coefs_init = pmi_bt_params.get_ausi_bootstrap_params(
Copy link
Contributor

Choose a reason for hiding this comment

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

Eventually, I think we want to have a high-level "prepare_bootstrap_calcuation()" or similar which would include the necessary instructions for determining both the bootstrap parameters -- including dynamic or date-dependent values -- as well as the exact fields that will be used in the algorithm calculation.

The renaming of the function here is a good start toward that goal.

@trey-stafford trey-stafford merged commit 4d038cc into main Oct 16, 2023
1 check passed
@trey-stafford trey-stafford deleted the update-for-params-unification branch October 16, 2023 20:04
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.

2 participants