Skip to content

Commit

Permalink
use other file
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuguinay committed Dec 31, 2024
1 parent f283eea commit 4db27e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echopype/tests/convert/test_convert_ek80.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def test_duplicate_ping_times():
Tests that RAW file with duplicate ping times can be parsed.
"""
# Open RAW
ed = open_raw("echopype/test_data/ek80_duplicate_ping_times/Hake-D20210913-T225435.raw", sonar_model="EK80")
ed = open_raw("echopype/test_data/ek80_duplicate_ping_times/Hake-D20210913-T130612.raw", sonar_model="EK80")
# Check that there are no ping time duplicates in Beam group
assert ed["Sonar/Beam_group1"].equals(
ed["Sonar/Beam_group1"].drop_duplicates(dim="ping_time")
Expand Down

0 comments on commit 4db27e9

Please sign in to comment.