Skip to content

Commit

Permalink
fix from brainbox.io.one import load_channel_locations
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleChapuis committed Oct 18, 2023
1 parent f8b7ad2 commit 183a68d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/loading_data/loading_raw_ephys_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@
"execution_count": null,
"outputs": [],
"source": [
"import brainbox\n",
"channels = brainbox.io.one.load_channel_locations(eid, probe)\n",
"from brainbox.io.one import load_channel_locations\n",
"channels = load_channel_locations(eid, probe)\n",
"channels[probe][\"localCoordinates\"]"
],
"metadata": {
Expand Down

0 comments on commit 183a68d

Please sign in to comment.