Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kyralianaka committed Jan 17, 2024
1 parent 9121896 commit 3fa5b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jaxley/integrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def integrate(
Solves ODE and simulates neuron model.
Args:
t_max: Duration of the simulation in milliseconds. If `t_max` is greater than
the length of the stimulus input, the stimulus will be padded at the end
t_max: Duration of the simulation in milliseconds. If `t_max` is greater than
the length of the stimulus input, the stimulus will be padded at the end
with zeros. If `t_max` is smaller, then the stimulus with be truncated.
delta_t: Time step of the solver in milliseconds.
solver: Which ODE solver to use. Either of ["fwd_euler", "bwd_euler", "cranck"].
Expand Down

0 comments on commit 3fa5b8d

Please sign in to comment.