Skip to content

Commit

Permalink
oops, pass plotting options to plot_filters not load_filters
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Oct 3, 2023
1 parent 14122da commit 776e970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions speclite/tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +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]))
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 776e970

Please sign in to comment.