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

163 model filter deprecation warnings #164

Merged
merged 2 commits into from
Oct 25, 2024

Conversation

adam-sweet
Copy link

Ignored deprecation warnings for some progpy model and estimator code, so that end users won't see them.

Hopefully this will still crash hard when the API changes are made, so progpy developers will still be able to track and replace that code when needed.

I tried to be minimal about when / where I ignored the warnings.

@adam-sweet adam-sweet changed the base branch from master to dev October 22, 2024 17:28
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you for your contributions. If you haven't already, please send a signed Contributor License Agreement (CLA) to Christopher Teubert ([email protected]). CLAs can be found here: https://github.com/nasa/progpy/tree/master/forms. Also, make sure you're familiar with the developer notes and contributing sections of our developers guide, https://nasa.github.io/progpy/dev_guide.html#notes-for-developers

Copy link
Contributor

@teubert teubert left a comment

Choose a reason for hiding this comment

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

These changes are good. They clean up the warnings being produced so the important ones can come through.

I pushed a commit with a few changes:

  1. inside containers I use ._matrix instead of .matrix with catching warnings
  2. I dropped a few lines from the catch error block in ukf.

Could you take a look at my commit?

@teubert teubert linked an issue Oct 25, 2024 that may be closed by this pull request
@teubert teubert merged commit 9767293 into dev Oct 25, 2024
28 of 30 checks passed
@adam-sweet adam-sweet deleted the 163-model-filter-deprecation-warnings branch October 25, 2024 16:17
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.

Muzzle some internal warnings of future interface changes
2 participants