From a3bee717d4e4407cb94e8a097ee4a08400dfadbc Mon Sep 17 00:00:00 2001 From: BalzaniEdoardo Date: Sat, 1 Feb 2025 07:35:50 -0500 Subject: [PATCH] fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7b3a69a..ba998584 100644 --- a/README.md +++ b/README.md @@ -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