Skip to content
Snippets Groups Projects
Commit ac9de07b authored by Grießhaber Daniel's avatar Grießhaber Daniel :squid:
Browse files

move runs directory back to project root

parent 334b416e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ Create a random name that sounds german or dutch
The parts should be separated by underscores and contain only lowercase.
Only return the name without any text before or after.""".strip()
RUNS_DIR = current_directory / "runs"
RUNS_DIR = current_directory.parent / "runs"
RUNS_DIR.mkdir(exist_ok=True)
def initialize_run_directory(model: Callable):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment