Skip to content

Commit 6b9a5ab

Browse files
committed
add test to make sure it goes through non UniformScaling branch
1 parent d5ec855 commit 6b9a5ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/interface/sparsediff_tests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ for f in [f_oop, f_ip]
6464
[
6565
ODEFunction(f, colorvec = colors,
6666
jac_prototype = jac_sp),
67+
ODEFunction(f, colorvec = colors,
68+
jac_prototype = jac_sp, mass_matrix = I(length(u0))),
6769
ODEFunction(f, jac_prototype = jac_sp),
6870
ODEFunction(f, colorvec = colors,
6971
sparsity = jac_sp)

0 commit comments

Comments
 (0)