Thanks to visit codestin.com Credit goes to github.com
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 acc110b commit b963c4aCopy full SHA for b963c4a
1 file changed
src/_transforms.cpp
@@ -8,12 +8,12 @@
8
9
10
#include "numpy/arrayobject.h"
11
-#include "numpy/ufuncobject.h"
+//#include "numpy/ufuncobject.h"
12
13
14
-bool skip_float(double x) {
15
- return !MPL_isnan64(x) && !isinf(x);
16
-}
+//bool skip_float(double x) {
+// return !MPL_isnan64(x) && !isinf(x);
+//}
17
18
Value::~Value() {
19
_VERBOSE("Value::~Value");
0 commit comments