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 a052874 commit 4820c8aCopy full SHA for 4820c8a
test/downstream/inference.jl
@@ -43,4 +43,4 @@ function solve_ode(f::F, p::P) where {F,P}
43
44
return sol
45
end
46
-@inferred solve_ode(f, (a = 1, b = 1))
+@test_broken @inferred solve_ode(f, (a = 1, b = 1))
0 commit comments