Skip to content

Commit e65dfa7

Browse files
committed
Change tail-estimation path
1 parent 70a7276 commit e65dfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tailestimation_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import importlib.util
2020

2121
# Add tail-estimation to path
22-
TAIL_EST_PATH = Path(__file__).parent.parent / "tail-estimation-private" / "Python3"
22+
TAIL_EST_PATH = Path(__file__).parent.parent / "tail-estimation" / "Python3"
2323
TAIL_EST_FILE = TAIL_EST_PATH / "tail-estimation.py"
2424

2525
# Load the tail-estimation module dynamically

0 commit comments

Comments
 (0)