We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccb8d0 commit 6b84b8eCopy full SHA for 6b84b8e
rednose/helpers/kalmanfilter.py
@@ -49,4 +49,4 @@ def predict_and_observe(self, t, kind, data, R=None):
49
if R is None:
50
R = self.get_R(kind, len(data))
51
52
- self.filter.predict_and_update_batch(t, kind, data, R)
+ return self.filter.predict_and_update_batch(t, kind, data, R)
0 commit comments