Skip to content

Commit

Permalink
Merge branch 'coeff_parsing_support' of github.com:flatironinstitute/…
Browse files Browse the repository at this point in the history
…nemos into coeff_parsing_support
  • Loading branch information
BalzaniEdoardo committed Nov 5, 2024
2 parents 4315ce3 + b81ad54 commit ac341f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/plot_06_calcium_imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def add_intercept(X):
coupling_basis = nmo.basis.RaisedCosineBasisLog(3, mode="conv", window_size=ws)

# %%
# We need to combine the bases (the returned object will be an `AdditiveBasis` object).
# We need to combine the bases.
basis = heading_basis + coupling_basis


Expand Down

0 comments on commit ac341f7

Please sign in to comment.