Skip to content

Commit

Permalink
add sampling periods
Browse files Browse the repository at this point in the history
  • Loading branch information
LouClement committed Nov 29, 2024
1 parent 516186b commit bae2f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ def test_sop():
def test_plot_sampling_period_all():
ds = fetchers.load_sample_dataset()
plots.plot_sampling_period_all(ds)
plots.plot_sampling_period(ds,vars='CHLA')
plots.plot_sampling_period(ds,variable='CHLA')

0 comments on commit bae2f03

Please sign in to comment.