Skip to content

Commit

Permalink
debugging ci
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Aug 5, 2024
1 parent 870d98e commit 1bfdfa8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def find_test_files():
test_folders = os.path.join(dirname, "../../../../../echosounders/unittest_data/")
if not os.path.exists(test_folders):
test_folders = os.path.join(dirname, "../../../../subprojects/echosounders-main/unittest_data/")
print(test_folders)
assert os.path.exists(test_folders)

for ending in ['.all', '.wcd', '.all,.wcd', 'raw']:
Expand Down

0 comments on commit 1bfdfa8

Please sign in to comment.