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
Hello. Thank you soo much for this code:).
I want to predict five nex state of Kalmanfilter, but I dont understend how. I try to write new getter with kf.get_prediction, but I get an error "TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'",because B is 'NoneType'
The text was updated successfully, but these errors were encountered:
Hello. Thank you soo much for this code:).
I want to predict five nex state of Kalmanfilter, but I dont understend how. I try to write new getter with kf.get_prediction, but I get an error "TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'",because B is 'NoneType'
The text was updated successfully, but these errors were encountered: