We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e793de9 commit b8cbf81Copy full SHA for b8cbf81
chispa/number_helpers.py
@@ -4,7 +4,7 @@
4
def isnan(x):
5
try:
6
return math.isnan(x)
7
- except:
+ except TypeError:
8
return False
9
10
0 commit comments