Skip to content

Commit

Permalink
I canoot seem to run tests on my laptop, now I added the missing tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaraMonforte committed Nov 5, 2024
1 parent ccc6d9c commit e3b6e51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def test_check_monotony():

def test_basic_statistics():
ds = fetchers.load_sample_dataset()
plot_glider_track(ds)
plot_grid_spacing_histograms(ds)
plot_ts_histograms(ds)
tools.plot_glider_track(ds)
tools.plot_grid_spacing_histograms(ds)
tools.plot_ts_histograms(ds)


def test_vert_vel():
Expand Down

0 comments on commit e3b6e51

Please sign in to comment.