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.
@inferred solve(prob)
1 parent ff9f223 commit f72fd2cCopy full SHA for f72fd2c
test/initializationsystem.jl
@@ -1505,4 +1505,5 @@ end
1505
@named sys = ODESystem(eqs, t)
1506
prob = ODEProblem(complete(sys), [], (0.0, 1))
1507
@inferred remake(prob; u0 = 2 .* prob.u0, p = prob.p)
1508
+ @inferred solve(prob)
1509
end
0 commit comments