-
-
Couldn't load subscription status.
- Fork 56
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
MWE:
using NonlinearSolve
f(u, p) = u
prob = IntervalNonlinearProblem(f, (-1.0, 1.0))
nlcache = init(prob, ITP())
Stacktrace:
ERROR: type IntervalNonlinearProblem has no field u0
Stacktrace:
[1] getproperty
@ C:\Users\t26313tr\.julia\packages\SciMLBase\BaHpR\src\problems\problem_interface.jl:5 [inlined]
[2] init(prob::IntervalNonlinearProblem{…}, args::ITP{…}; sensealg::Nothing, u0::Nothing, p::Nothing, kwargs::@Kwargs{})
@ DiffEqBase C:\Users\t26313tr\.julia\packages\DiffEqBase\R2Vjs\src\solve.jl:556
[3] init(prob::IntervalNonlinearProblem{…}, args::ITP{…})
@ DiffEqBase C:\Users\t26313tr\.julia\packages\DiffEqBase\R2Vjs\src\solve.jl:549
[4] top-level scope
@ REPL[7]:1- Output of
using Pkg; Pkg.status()
(jl_xFFLd7) pkg> st
Status `C:\Users\t26313tr\AppData\Local\Temp\jl_xFFLd7\Project.toml`
[8913a72c] NonlinearSolve v4.3.0On Julia 1.11.2
This occurs with all of the IntervalNonlinearProblem solvers
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working