Skip to content

Commit

Permalink
doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Apr 29, 2024
1 parent 2c5fbc4 commit eff4f8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hapsira/core/math/ivp/_rkdenseinterp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ def dop853_dense_interp_hf(t, t_old, h, rr_old, vv_old, F):
Local interpolant over step made by an ODE solver.
Evaluate the interpolant.
Based on
https://github.com/scipy/scipy/blob/4edfcaa3ce8a387450b6efce968572def71be089/scipy/integrate/_ivp/rk.py#L584
Parameters
----------
t : float or array_like with shape (n_points,)
Expand Down

0 comments on commit eff4f8a

Please sign in to comment.