Skip to content

Commit 047a85e

Browse files
Remove template comment
1 parent 6784a57 commit 047a85e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_utils.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
from pathlib import Path
33

44
# Test data is expected to exist in tests/data
5-
# TODO-TEMPLATE: Remove the '#' in the line below after adding your test data submodule
6-
TEST_DATA_DIR = Path(__file__).parent # / "data"
5+
TEST_DATA_DIR = Path(__file__).parent / "data"
76
ABSTOL__DB = 0.1 # Absolute tolerance, in dB, to ensure outputs match expected value
87

98
# Check if test data directory exists and is not empty

0 commit comments

Comments
 (0)