Skip to content

Commit 7ce8d57

Browse files
committed
stop saving skyplot in test
1 parent ff60bc0 commit 7ce8d57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils/test_visualizations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def test_plot_skyplot(navdata, state_estimate):
363363
navdata["x_sv_m",col_idx] = np.nan
364364

365365
# don't save figures
366-
fig = viz.plot_skyplot(navdata, state_estimate, save=True)
366+
fig = viz.plot_skyplot(navdata, state_estimate, save=False)
367367
viz.close_figures(fig)
368368

369369
with pytest.raises(TypeError) as excinfo:

0 commit comments

Comments
 (0)