Skip to content

Commit ed8ddcc

Browse files
Update runtests.jl
1 parent 6fbb043 commit ed8ddcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ end a μ c d
8585
NJ(du,u,[1.5,1,3,4],t)
8686
@test du == [-3.0;-3*3.0 + erf(2.0*3.0/4)]
8787
@test du == NJ(u,[1.5,1,3,4],t)
88-
@test_throws MethodError NJ.jac(iJ,u,p,t)
89-
# NJ(Val{:jac},t,u,J) # Currently gives E not defined, will be fixed by the next SymEgine
88+
NJ.jac(iJ,u,p,t)
9089

9190
println("Test anonymous definition")
9291

0 commit comments

Comments
 (0)