We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6784a57 commit 047a85eCopy full SHA for 047a85e
tests/test_utils.py
@@ -2,8 +2,7 @@
2
from pathlib import Path
3
4
# 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"
+TEST_DATA_DIR = Path(__file__).parent / "data"
7
ABSTOL__DB = 0.1 # Absolute tolerance, in dB, to ensure outputs match expected value
8
9
# Check if test data directory exists and is not empty
0 commit comments