SciML / SteadyStateDiffEq.jl

Solvers for steady states in scientific machine learning (SciML)
Other
30 stars 22 forks source link

deprecation warning #80

Closed isaacsas closed 1 month ago

isaacsas commented 3 months ago

In the Catalyst tests we are seeing

 ┌ Warning: `SteadyStateDiffEqTerminationMode` is deprecated and isn't used in any upstream library. Remove uses of this.
│   caller = __solve at solve.jl:16 [inlined]
└ @ Core ~/.julia/packages/SteadyStateDiffEq/jfpvG/src/solve.jl:16
┌ Warning: `SteadyStateDiffEqTerminationMode` is deprecated and isn't used in any upstream library. Remove uses of this.
│   caller = __solve at solve.jl:16 [inlined]
└ @ Core ~/.julia/packages/SteadyStateDiffEq/jfpvG/src/solve.jl:16
┌ Warning: `SteadyStateDiffEqTerminationMode` is deprecated and isn't used in any upstream library. Remove uses of this.
│   caller = __solve at solve.jl:16 [inlined]
└ @ Core ~/.julia/packages/SteadyStateDiffEq/jfpvG/src/solve.jl:16

which I assume is coming from this package.

ChrisRackauckas commented 3 months ago

@avik-pal this needs to update to the other termination conditions?