Skip to content

Commit

Permalink
Merge pull request #1119 from yavorska-iryna/updates
Browse files Browse the repository at this point in the history
changing data storage directory
  • Loading branch information
iamzoltan authored Jul 8, 2024
2 parents de3ce4b + 47b95c3 commit 0e37d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/neurons/load_Allen_Visual_Behavior_from_SDK.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"metadata": {},
"outputs": [],
"source": [
"data_storage_directory = \"/temp\" # Note: this path must exist on your local drive\n",
"data_storage_directory = \"./temp\" # Note: this path must exist on your local drive\n",
"cache = VisualBehaviorOphysProjectCache.from_s3_cache(cache_dir=data_storage_directory)"
]
},
Expand Down

0 comments on commit 0e37d99

Please sign in to comment.