We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d42bc commit b402e0bCopy full SHA for b402e0b
1 file changed
bindings/Modules/tests/SofaConstraintSolver/matrix_access.py
@@ -50,4 +50,4 @@ def test_matrix_access(self):
50
W = root.constraint_solver.W()
51
52
self.assertEqual(W.ndim, 2)
53
- self.assertEqual(W.shape, (38, 38))
+ self.assertEqual(W.shape, (19, 19))
0 commit comments