Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Nov 7, 2023
1 parent 15f062c commit 1ef0eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemos/glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def simulate_recurrent(
n_basis_coupling = coupling_basis_matrix.shape[1]
n_neurons = self.intercept_.shape[0]

w_feedforward = self.coef_[:, n_basis_coupling * n_neurons:]
w_feedforward = self.coef_[:, n_basis_coupling * n_neurons :]
w_recurrent = self.coef_[:, : n_basis_coupling * n_neurons]
bs = self.intercept_

Expand Down

0 comments on commit 1ef0eda

Please sign in to comment.