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 6252049 commit 921750bCopy full SHA for 921750b
test/complex_tests.jl
@@ -20,7 +20,7 @@ implicit_noautodiff = [SKenCarp(autodiff=false), ImplicitEulerHeun(autodiff=fals
20
21
# currently broken
22
for alg in implicit_autodiff
23
- @test_throws OrdinaryDiffEq.FirstAutodiffJacError solve(prob, alg)
+ @test_throws StochasticDiffEq.OrdinaryDiffEq.FirstAutodiffJacError solve(prob, alg)
24
end
25
26
0 commit comments