We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7779d31 commit e1d28c0Copy full SHA for e1d28c0
pymc_extras/statespace/filters/kalman_filter.py
@@ -296,7 +296,6 @@ def build_graph(
296
R,
297
H,
298
Q,
299
- mode=None,
300
return_updates=False,
301
missing_fill_value=None,
302
cov_jitter=None,
@@ -309,7 +308,6 @@ def build_graph(
309
308
)
310
fn = partial(
311
self._build_graph,
312
- mode=mode,
313
return_updates=return_updates,
314
missing_fill_value=missing_fill_value,
315
cov_jitter=cov_jitter,
0 commit comments