Skip to content

Commit

Permalink
Fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
oseiskar committed Sep 17, 2019
1 parent fc37471 commit bf89cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simdkalman/kalmanfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def auto_flat_states(obs_gaussian):
filtered_states = empty_gaussian(cov=True)

if gains:
result.filtered.gains = np.empty((n_vars, n_measurements, n_states, n_states))
result.filtered.gains = np.empty((n_vars, n_measurements, n_states, n_obs))

for j in range(n_measurements):
if verbose:
Expand Down

0 comments on commit bf89cbc

Please sign in to comment.