Skip to content

Commit

Permalink
Change the mass matrix test to make it currently fail
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Oct 16, 2023
1 parent 75bb01b commit 5ec713c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mass_matrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ using Test
return nothing
end
M = [
1.0 0 0
0 1.0 0
1 0 0
0 1 0
0 0 0
]
f = ODEFunction(rober, mass_matrix=M)
Expand Down

0 comments on commit 5ec713c

Please sign in to comment.