We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860a5b2 commit 0ce67e1Copy full SHA for 0ce67e1
1 file changed
simopt/experiment/single.py
@@ -41,8 +41,7 @@
41
from pandas import DataFrame as DataFrame
42
43
# Setup the experiment directory
44
-SIMOPT_TOPLEVEL = Path(__file__).resolve().parent.parent
45
-EXPERIMENT_DIR = SIMOPT_TOPLEVEL / "experiments" / time.strftime("%Y-%m-%d_%H-%M-%S")
+EXPERIMENT_DIR = Path.cwd() / "experiments" / time.strftime("%Y-%m-%d_%H-%M-%S")
46
# Make sure the experiment directory gets created
47
# TODO: move this into __init__
48
0 commit comments