Closed
Description
This is a feature request.
Would be useful if each trial gets its own isolated directory for read/write. The location of this directory should be reported or identifiable so the contents of the directory may be accessed (e.g. to copy the contents of the directory out of that directory). There should be an option to keep or destroy the directory after the trial terminates.
Per trial:
original_dir = os.getcwd()
os.chdir('random unique dir')
f()
os.chdir(original_dir)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
ericl commentedon Dec 8, 2017
#1297 fixes this as part of the cleanup. We will chdir to the log dir for the trial.