We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41e0830 + e0400fb commit f2cba7cCopy full SHA for f2cba7c
neurometry/curvature/default_config.py
@@ -11,7 +11,7 @@
11
# WANDB API KEY
12
# Find it here: https://wandb.ai/authorize
13
# Story it in file: api_key.txt (without extra line break)
14
-api_key_path = os.path.join(os.getcwd(), "curvature","api_key.txt")
+api_key_path = os.path.join(os.getcwd(),"api_key.txt")
15
with open(api_key_path) as f:
16
api_key = f.read()
17
0 commit comments