Skip to content

Commit 00c0fd0

Browse files
committed
fix jacian?
1 parent 445bac1 commit 00c0fd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/jacobian.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ end
5959
sde = CoupledSDEs(prob)
6060

6161
jac = jacobian(sde)
62-
@test jac.jac_oop isa RuntimeGeneratedFunction
63-
@test jac([1.0, 1.0], [], 0.0) == [3 0;0 -3]
62+
@test jac([1.0, 1.0], [], 0.0) == [3 0; 0 -3]
6463
end
6564
end

0 commit comments

Comments
 (0)