Should `get_save_dir()` return the root experiment directory and/or the specific `vary_across` directory?
tiffanymtang opened this issue · 1 comments
tiffanymtang commented
Potential options for the output of get_save_dir()
:
- Option 1: return the root experiment directory (current implementation)
- Option 2: return the specific
vary_across
experiment directory - Option 3: add an argument in
get_save_dir()
to return either the root or thevary_across
directory
See #139 (comment)
tiffanymtang commented
Also related is whether we can make the file paths for varying across experiments more robust. See #139 (comment)