We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4cd1b commit d21705cCopy full SHA for d21705c
_Dist/NeuralNetworks/_Tests/DistNN/TestOpenML.py
@@ -1,6 +1,6 @@
1
import os
2
import sys
3
-root_path = os.path.abspath("./")
+root_path = os.path.abspath("../../../../")
4
if root_path not in sys.path:
5
sys.path.append(root_path)
6
0 commit comments