Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.
This repository was archived by the owner on May 15, 2025. It is now read-only.

Depreciation warning about retcodes #21

Closed
@thomvet

Description

@thomvet
f(x) = x^2
u0 = 1
probN = NonlinearProblem(f, u0, p)
solver = solve(probN, NewtonRaphson())

Results in the 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
└ @ SciMLBase C:\Users\thvt\.julia\packages\SciMLBase\nzvrv\src\retcodes.jl:360

(this is on NonlinearSolve v1.1.1)

Meaning that somewhere old style retcodes are still used in this? I haven't dug down where yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions