10000 Remove suggestion to remove rk4/rk45 integrators from streamplot. · matplotlib/matplotlib@82c41eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 82c41eb

Browse files
committed
Remove suggestion to remove rk4/rk45 integrators from streamplot.
They have already been removed in d60c9fc.
1 parent 2e248f5 commit 82c41eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/streamplot.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,8 @@ def _integrate_rk12(x0, y0, dmap, f, maxlength):
520520
timestep is more suited to the problem as this would be very hard
521521
to judge automatically otherwise.
522522
523-
This integrator is about 1.5 - 2x as fast as both the RK4 and RK45
524-
solvers in most setups on my machine. I would recommend removing the
525-
other two to keep things simple.
523+
This integrator is about 1.5 - 2x as fast as RK4 and RK45 solvers (using
524+
similar Python implementations) in most setups.
526525
"""
527526
# This error is below that needed to match the RK4 integrator. It
528527
# is set for visual reasons -- too low and corners start

0 commit comments

Comments
 (0)
0