Skip to content

Commit

Permalink
Update sympy/mpmath/tests/extratest_gamma.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmars15 committed Nov 30, 2011
1 parent 93d4497 commit 0ac382b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympy/mpmath/tests/extratest_gamma.py
Expand Up @@ -15,7 +15,7 @@ def check(name, func, z, y):
global errcount
try:
x = func(z)
except NotImplementedError:
except:
errcount += 1
if raise_:
raise
Expand Down

0 comments on commit 0ac382b

Please sign in to comment.