Skip to content

Commit

Permalink
try to get test coverage back up
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Oct 3, 2023
1 parent 599db9f commit 14122da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions speclite/tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ def test_load_filters():
def test_plot_filters():
plot_filters(load_filters('sdss2010-r'))
plot_filters(load_filters('sdss2010-g', 'sdss2010-r'))
plot_filters(load_filters('sdss2010-g', 'sdss2010-r', legend_ncols=2))
plot_filters(load_filters('sdss2010-g', 'sdss2010-r', response_limits=[0, 0.6]))


def test_plot_filters_bad():
Expand Down

0 comments on commit 14122da

Please sign in to comment.