Skip to content

Commit 0ce67e1

Browse files
committed
Save experiment results in $PWD/experiments
1 parent 860a5b2 commit 0ce67e1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

simopt/experiment/single.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
from pandas import DataFrame as DataFrame
4242

4343
# 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")
44+
EXPERIMENT_DIR = Path.cwd() / "experiments" / time.strftime("%Y-%m-%d_%H-%M-%S")
4645
# Make sure the experiment directory gets created
4746
# TODO: move this into __init__
4847

0 commit comments

Comments
 (0)