Skip to content

Commit 886dc59

Browse files
fix to new Jac style
1 parent d74327a commit 886dc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ end a μ c d
102102
NJ(du,u,[1.5,1,3,4],t)
103103
@test du == [-3.0;-3*3.0 + erf(2.0*3.0/4)]
104104
@test du == NJ(u,[1.5,1,3,4],t)
105-
@test_throws MethodError NJ(Val{:jac},iJ,u,p,t)
105+
@test_throws MethodError NJ.jac(iJ,u,p,t)
106106
# NJ(Val{:jac},t,u,J) # Currently gives E not defined, will be fixed by the next SymEgine
107107

108108
println("Make the problems in the problem library build")

0 commit comments

Comments
 (0)