Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer authored Nov 29, 2023
1 parent a9f8adf commit 2f53ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ y = model.embedding # neurons x 1
isort = model.isort
# bin over neurons
X_embedding = zscore(utils.bin1d(spks, bin_size=25, axis=0), axis=1)
X_embedding = zscore(utils.bin1d(spks[isort], bin_size=25, axis=0), axis=1)
# plot
fig = plt.figure(figsize=(12,5))
Expand Down

0 comments on commit 2f53ee6

Please sign in to comment.