Skip to content

Commit

Permalink
corrected test so the DEPTH_Z actually run + changed function depth_z…
Browse files Browse the repository at this point in the history
… so we have no warning
  • Loading branch information
ChiaraMonforte committed Nov 13, 2024
1 parent e765549 commit 48c3013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_check_monotony():

def test_vert_vel():
ds_sg014 = fetchers.load_sample_dataset(dataset_name="sg014_20040924T182454_delayed_subset.nc")
ds_sg014.drop_vars("DEPTH_Z")
ds_sg014 = ds_sg014.drop_vars("DEPTH_Z")
ds_sg014 = tools.calc_w_meas(ds_sg014)
ds_sg014 = tools.calc_w_sw(ds_sg014)

Expand Down

0 comments on commit 48c3013

Please sign in to comment.