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 8564f6a commit a270e37Copy full SHA for a270e37
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=xp, right=xp
+ prob, alg, xp, yps; retcode = ReturnCode.Success, left = xp, right = xp
78
)
79
end
80
0 commit comments