Skip to content

Commit 7222036

Browse files
Update heun.py
1 parent 7548c49 commit 7222036

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

diffrax/solver/heun.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ class Heun(AbstractERK, AbstractStratonovichSolver):
2323
or "explicit trapezoidal rule".
2424
2525
Should not be confused with Heun's third order method, which is a different (higher
26-
order) method occasionally also just referred to as "Heun's method". (Which is
27-
available in Diffrax as [`diffrax.Bosh3`][].)
26+
order) method occasionally also just referred to as "Heun's method".
2827
2928
When used to solve SDEs, converges to the Stratonovich solution.
3029
"""

0 commit comments

Comments
 (0)