Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yeerim #412

Merged
merged 9 commits into from
Jun 28, 2024
Prev Previous commit
Next Next commit
change session and enhance the clarity of graphs
1. Changed the session used for analysis to `sub-633229_ses-1199247593_ogen.nwb` to improve memory efficiency.
2. Enhanced the clarity of the graph by updating the color bars and other elements:
    - Adjusted the color range.
    - Updated color bar labels and ticks.
  • Loading branch information
yrk24 committed Jun 28, 2024
commit fe07e112e0df801d2a53905a23eecf61c5df8a5c
2 changes: 1 addition & 1 deletion docs/projects/illusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3079,7 +3079,7 @@
"nwb_ios = []\n",
"for dandi_filepath in nwb_paths:\n",
" # This can sometimes take a while depending on the size of the file\n",
" nwb_ios.append(dandi_download_open(dandiset_id, dandi_filepath, download_loc))"
" nwb_ios.append(dandi_download_open(dandiset_id, dandi_filepath, download_loc))\n"
]
},
{
Expand Down
Loading