Skip to content

Commit

Permalink
Merge pull request #116 from decargroup/issue_114_imm_not_workinmg
Browse files Browse the repository at this point in the history
Bugfix IMM
  • Loading branch information
arturodcb authored Feb 27, 2024
2 parents 7a54c8a + 159be95 commit 9611b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ex_imm_se3.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def ekf_trial(trial_number: int) -> List[nav.GaussianResult]:
average_model_probabilities = np.average(
np.array([t.model_probabilities for t in results.trial_results]),
axis=0,
)
).T
fig, ax = plt.subplots(1, 1)
for lv1 in range(n_models):
ax.plot(results.stamp, average_model_probabilities[lv1, :])
Expand Down

0 comments on commit 9611b74

Please sign in to comment.