Skip to content

Commit

Permalink
Sorry, missed to load data for the temporal drift test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaraMonforte committed Jul 12, 2024
1 parent d8610cd commit 4c997d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def test_quench_sequence():
tools.plot_daynight_avg( dayT, nightT,ax,sel_day='2023-09-08', xlabel='Temperature [C]')

def test_temporal_drift():
ds = fetchers.load_sample_dataset()
fig, ax = plt.subplots(1, 2)
if 'DOXY' in ds.variables:
tools.check_temporal_drift(ax[0], ax[1], ds, var='DOXY')
Expand Down

0 comments on commit 4c997d8

Please sign in to comment.