SciML / ODE.jl

Assorted basic Ordinary Differential Equation solvers for scientific machine learning (SciML). Deprecated: Use DifferentialEquations.jl instead.
Other
106 stars 50 forks source link

LSODA memory leak #146

Closed hju5 closed 5 years ago

hju5 commented 5 years ago

When I used LSODA to integrate tspan = [0, 70000] by sol = solve(prob, lsoda()), there was always a memory leak. I used Julia 1.0.1. Could that be fixed? Thanks a lot!

ChrisRackauckas commented 5 years ago

This is filed to the wrong repo. Could you file this to LSODA.jl? Thanks.