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 13, 2023
1 parent ee5f985 commit cf79f69
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 cf79f69

Please sign in to comment.