You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>remake(prob, u0 =rand(3))
ERROR: type LinearProblem has no field f
Stacktrace:
[1] getproperty
@ ~/.julia/packages/SciMLBase/iHgIu/src/problems/problem_interface.jl:5 [inlined]
[2] updated_u0_p(prob::LinearProblem{…}, u0::Vector{…}, p::Missing, t0::Nothing; interpret_symbolicmap::Bool, use_defaults::Bool)
@ SciMLBase ~/.julia/packages/SciMLBase/iHgIu/src/remake.jl:1152
[3] remake(prob::LinearProblem{…}; u0::Vector{…}, p::Missing, interpret_symbolicmap::Bool, use_defaults::Bool, kwargs::@Kwargs{})
@ SciMLBase ~/.julia/packages/SciMLBase/iHgIu/src/remake.jl:82
[4] top-level scope
@ REPL[8]:1
Some type information was truncated. Use `show(err)` to see complete types.
Environment (please complete the following information):
Output of using Pkg; Pkg.status()
(jl_3LgfLK) pkg> st
Status `/tmp/jl_3LgfLK/Project.toml`
[7ed4a6bd] LinearSolve v3.16.0
Output of using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
Describe the bug 🐞
remake
does not work when trying to remakeu0
of a LinearProblem.Expected behavior
remake
withu0
on aLinearProblem
should return a problem with the updateu0
.Minimal Reproducible Example 👇
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
The text was updated successfully, but these errors were encountered: