We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ab90c commit fc36776Copy full SHA for fc36776
symengine/tests/test_matrices.py
@@ -13,7 +13,7 @@
13
14
15
def test_init():
16
- raises(ValueError, DenseMatrix(2, 1, [0]*4))
+ raises(ValueError, lambda: DenseMatrix(2, 1, [0]*4))
17
18
19
def test_get():
0 commit comments