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 d00cfe0 commit eb1b4c4Copy full SHA for eb1b4c4
symengine/tests/test_eval.py
@@ -54,7 +54,7 @@ def test_n_mpc():
54
y = ComplexMPC('1.41421356237309504880169', '3.0', 75)
55
assert x.n(75) == y
56
except ImportError:
57
- raises(ValueError, lambda: (x.n(75, real=True)))
+ raises(Exception, lambda: (x.n(75, real=True)))
58
raises(ValueError, lambda: (x.n(75, real=False)))
59
raises(ValueError, lambda: (x.n(75)))
60
raise SkipTest("No MPC support")
0 commit comments