We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26b4611 + da9e835 commit a05f9f4Copy full SHA for a05f9f4
1 file changed
bindings/Sofa/tests/Core/Mass.py
@@ -54,3 +54,8 @@ def test_mass_matrix_access_blocks3x3(self):
54
self.assertEqual(M.ndim, 2)
55
self.assertEqual(M.shape, (960, 960))
56
self.assertEqual(M.nnz, 9480)
57
+
58
+ def test_mass_mstate(self):
59
60
+ root = self.simulate_beam("CompressedRowSparseMatrixMat3x3d")
61
+ self.assertNotEqual(root.mass.mstate, None)
0 commit comments