We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb137f commit c5f03c9Copy full SHA for c5f03c9
deepcave/config.py
@@ -3,7 +3,7 @@
3
4
root = os.getcwd()
5
cache_dir = os.path.join(root, "cache") # user_cache_dir("deepcave")
6
-working_dir = os.path.join(root, "logs")
+working_dir = os.path.join(root, "examples", "logs", "DeepCAVE")
7
8
9
# General information to start services
0 commit comments