Skip to content

Commit

Permalink
Update src/neurostatslib/glm.py
Browse files Browse the repository at this point in the history
Co-authored-by: William F. Broderick <[email protected]>
  • Loading branch information
BalzaniEdoardo and billbrod authored Oct 31, 2023
1 parent 3229c05 commit 255d969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neurostatslib/glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def scan_fn(
0
]

# Extract the corresponding slice of the feedforward input for the current time step
# Extract the slice of the feedforward input for the current time step
input_slice = jax.lax.dynamic_slice(
feed_forward_contrib,
(chunk, 0),
Expand Down

0 comments on commit 255d969

Please sign in to comment.