We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0874ff4 commit 8564f6aCopy full SHA for 8564f6a
src/internal_itp.jl
@@ -74,7 +74,7 @@ function SciMLBase.solve(prob::IntervalNonlinearProblem{IP, Tuple{T, T}}, alg::I
74
left, fl = xp, yp
75
else
76
return SciMLBase.build_solution(
77
- prob, alg, xp, yps; retcode = ReturnCode.Success, left, right
+ prob, alg, xp, yps; retcode = ReturnCode.Success, left=xp, right=xp
78
)
79
end
80
0 commit comments