Skip to content

Commit

Permalink
Merge pull request #1065 from dstl/fix_plotting_tests
Browse files Browse the repository at this point in the history
Fix plotting tests due to typo in warning message
  • Loading branch information
sdhiscocks authored Jul 22, 2024
2 parents b9b2839 + d531233 commit b536375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stonesoup/tests/test_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def test_plot_complex_uncertainty():
covar=[[10, -1], [1, 10]])
])
with pytest.warns(UserWarning, match="Can not plot uncertainty for all states due to complex "
"eignevalues or eigenvectors"):
"eigenvalues or eigenvectors"):

plotter.plot_tracks(track, mapping=[0, 1], uncertainty=True)

Expand Down

0 comments on commit b536375

Please sign in to comment.