Skip to content

Commit

Permalink
Sure this used to just make up a sensible default but whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed May 8, 2024
1 parent 262bfc3 commit 4fa2e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkist/tests/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def test_plot_dataset(benchmark, axes, large_visp_dataset):
@benchmark
def plot_and_save_fig(ds=large_visp_dataset, axes=axes):
ds.plot(plot_axes=axes)
plt.savefig()
plt.savefig("tmpplot")

Check warning on line 22 in dkist/tests/test_benchmarks.py

View check run for this annotation

Codecov / codecov/patch

dkist/tests/test_benchmarks.py#L19-L22

Added lines #L19 - L22 were not covered by tests

0 comments on commit 4fa2e2c

Please sign in to comment.