Skip to content

Commit

Permalink
Reset test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvey3 committed Dec 12, 2023
1 parent 3e2c6cd commit b4e2a24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions dolfyn/example_data/BenchFile01_crop.ad2cp

This file was deleted.

3 changes: 0 additions & 3 deletions dolfyn/example_data/Sig500_Echo_crop.ad2cp

This file was deleted.

4 changes: 2 additions & 2 deletions dolfyn/tests/test_read_adp.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_io_nortek2(make_data=False):
assert_allclose(td_sig_badt, dat_sig_badt, atol=1e-6)


def test_nortek2_crop(make_data=True):
def test_nortek2_crop(make_data=False):
# Test file cropping function
crop_ensembles(infile=tb.exdt('Sig500_Echo.ad2cp'),
outfile=tb.exdt('Sig500_Echo_crop.ad2cp'),
Expand All @@ -156,7 +156,7 @@ def test_nortek2_crop(make_data=True):
td_sig_crop = read('BenchFile01_crop.ad2cp')

if make_data:
#save(td_sig_ie_crop, 'Sig500_Echo_crop.nc')
save(td_sig_ie_crop, 'Sig500_Echo_crop.nc')
save(td_sig_crop, 'BenchFile01_crop.nc')
return

Expand Down

0 comments on commit b4e2a24

Please sign in to comment.