We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, this error is not new, probably due to my data, is there any recommended approaches to reduce or eliminate this?
Lib\site-packages\stonesoup\measures.py:259: RuntimeWarning: invalid value encountered in sqrt return np.sqrt(super().__call__(state1, state2))
The text was updated successfully, but these errors were encountered:
I saw this in another post, would something like this be possible for measures.py?
if turn_rate[0] == 0:
turn_rate = Matrix([np.finfo(float).eps])
Sorry, something went wrong.
The warning is also appearing: Lib\site-packages\stonesoup\measures\state.py:260: RuntimeWarning: invalid value encountered in sqrt
No branches or pull requests
Hello, this error is not new, probably due to my data, is there any recommended approaches to reduce or eliminate this?
The text was updated successfully, but these errors were encountered: