From 4db27e9d2693042d53679384e91657636e0fa0b3 Mon Sep 17 00:00:00 2001 From: ctuguinay Date: Tue, 31 Dec 2024 01:13:57 +0000 Subject: [PATCH] use other file --- echopype/tests/convert/test_convert_ek80.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echopype/tests/convert/test_convert_ek80.py b/echopype/tests/convert/test_convert_ek80.py index e92bfcd29..5090be774 100644 --- a/echopype/tests/convert/test_convert_ek80.py +++ b/echopype/tests/convert/test_convert_ek80.py @@ -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")