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

[Bug]: quick plot broken for observer class #677

Closed
BradyPlanden opened this issue Feb 19, 2025 · 0 comments · Fixed by #678
Closed

[Bug]: quick plot broken for observer class #677

BradyPlanden opened this issue Feb 19, 2025 · 0 comments · Fixed by #678
Assignees
Labels
bug Something isn't working

Comments

@BradyPlanden
Copy link
Member

Python Version

3.12

Describe the bug

It appears that changes since v24.12 have caused the plot to break for the model output when uses an observer class. I suspect this is due to the current shape returned from the observer.evaluate() method.

Steps to reproduce the behaviour

Run unscented_kalman_filter.py example script. The model is not plotted alongside the target.

Relevant log output

@BradyPlanden BradyPlanden added the bug Something isn't working label Feb 19, 2025
@BradyPlanden BradyPlanden self-assigned this Feb 19, 2025
@BradyPlanden BradyPlanden linked a pull request Feb 20, 2025 that will close this issue
15 tasks
BradyPlanden added a commit that referenced this issue Feb 20, 2025
* feat: updates observer.evaluate to align w/ BaseProblem.evaluate

* adds changelog entry
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