We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a7276 commit e65dfa7Copy full SHA for e65dfa7
tests/test_tailestimation_validation.py
@@ -19,7 +19,7 @@
19
import importlib.util
20
21
# Add tail-estimation to path
22
-TAIL_EST_PATH = Path(__file__).parent.parent / "tail-estimation-private" / "Python3"
+TAIL_EST_PATH = Path(__file__).parent.parent / "tail-estimation" / "Python3"
23
TAIL_EST_FILE = TAIL_EST_PATH / "tail-estimation.py"
24
25
# Load the tail-estimation module dynamically
0 commit comments