Skip to content

Commit f2cba7c

Browse files
Merge pull request #151 from geometric-intelligence/update_config
update wandb api key path
2 parents 41e0830 + e0400fb commit f2cba7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neurometry/curvature/default_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WANDB API KEY
1212
# Find it here: https://wandb.ai/authorize
1313
# Story it in file: api_key.txt (without extra line break)
14-
api_key_path = os.path.join(os.getcwd(), "curvature","api_key.txt")
14+
api_key_path = os.path.join(os.getcwd(),"api_key.txt")
1515
with open(api_key_path) as f:
1616
api_key = f.read()
1717

0 commit comments

Comments
 (0)