Skip to content

Commit a95efee

Browse files
placeholder readme
1 parent 5de63a4 commit a95efee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ julia> @time MATLABDiffEq.eval_string("[t,u] = $(algstr)(f,tspan,u0,options);")
112112

113113
The following benchmarks demonstrate a **100x performance advantage for the
114114
pure-Julia methods over the MATLAB ODE solvers** across a range of stiff and
115-
non-stiff ODEs. These were ran with Julia 1.2 and MATLAB 2019B after verifying
116-
negligible overhead on interop.
115+
non-stiff ODEs. These were ran with Julia 1.2, MATLAB 2019B, deSolve 1.2.5,
116+
and SciPy 1.3.1 after verifying negligible overhead on interop.
117117

118118
```julia
119119
using ParameterizedFunctions, MATLABDiffEq, OrdinaryDiffEq, ODEInterface,

0 commit comments

Comments
 (0)