Skip to content

Commit d21705c

Browse files
committed
Update TestOpenML.py
1 parent 8e4cd1b commit d21705c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_Dist/NeuralNetworks/_Tests/DistNN/TestOpenML.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
import sys
3-
root_path = os.path.abspath("./")
3+
root_path = os.path.abspath("../../../../")
44
if root_path not in sys.path:
55
sys.path.append(root_path)
66

0 commit comments

Comments
 (0)