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

Muzzle some internal warnings of future interface changes #163

Open
adam-sweet opened this issue Oct 21, 2024 · 0 comments · Fixed by #164
Open

Muzzle some internal warnings of future interface changes #163

adam-sweet opened this issue Oct 21, 2024 · 0 comments · Fixed by #164
Labels
bug Something isn't working

Comments

@adam-sweet
Copy link

Describe the bug
Currently I (Adam) got 1730 warnings from running the stock BatteryElectroChem model and UnscentedKalmanFilter in progpy. These are warnings that were put in place to warn of future breaking interface changes. However, getting so many can hide any other warnings that might be significant / relevant.

Relevant Requirements
none

To Reproduce
Create a small test program that instantiates a BatteryElectroChem and an UnscentedKalmanFilter, and run it.

Expected behavior
That these two components which are maintained by the progpy team not produce warnings related to future progpy API changes.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu (Linux)
  • Python Version 3.10
@adam-sweet adam-sweet added the bug Something isn't working label Oct 21, 2024
@teubert teubert linked a pull request Oct 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant