SciML / ODEInterfaceDiffEq.jl

Adds the common API onto ODEInterface classic Fortran methods for the SciML Scientific Machine Learning organization
Other
9 stars 17 forks source link

Warning when solve is executed #49

Closed ktitimbo closed 1 year ago

ktitimbo commented 1 year ago

When solving the minimal example in README I now get the following warning

┌ Warning: Backwards compatability support of the new return codes to Symbols will be deprecated with the Julia v1.9 release. Please see https://docs.sciml.ai/SciMLBase/stable/interfaces/Solutions/#retcodes for more information

Also links in README are broken

ChrisRackauckas commented 1 year ago

Thanks, I fixed the README links and the enums fix is https://github.com/SciML/ODEInterfaceDiffEq.jl/pull/50 which will be tagged and merged in about an hour.