You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: