Skip to content

Commit bbe7e85

Browse files
committed
use AbstractSciMLAlgorithm
1 parent dc0e5c1 commit bbe7e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ end
14571457
else
14581458
nothing
14591459
end
1460-
elseif solve_args[1] isa AbstractDEAlgorithm
1460+
elseif solve_args[1] isa SciMLBase.AbstractSciMLAlgorithm
14611461
solve_args[1]
14621462
else
14631463
nothing

0 commit comments

Comments
 (0)