Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Feb 1, 2025
1 parent 55c2f85 commit a3bee71
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 @@ -111,7 +111,7 @@ import nemos as nmo

# generate 5 basis functions of 100 time-bins,
# and convolve the counts with the basis.
X = nmo.basis.RaisedCosineLogConv(5, mode="conv", window_size=100
X = nmo.basis.RaisedCosineLogConv(5, window_size=100
).compute_features(spike_counts)
```
#### Population GLM
Expand Down

0 comments on commit a3bee71

Please sign in to comment.