We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d13144 commit 1322f4cCopy full SHA for 1322f4c
1 file changed
stixcore/io/fits/processors.py
@@ -39,8 +39,7 @@
39
40
41
def empty_if_nan(val):
42
- return "" if isnan(val) else val
43
-
+ return "" if np.isnan(val) else val
44
45
46
def version_format(version):
0 commit comments