Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b963c4a

Browse files
committed
reverted some broken test code
svn path=/trunk/matplotlib/; revision=3510
1 parent acc110b commit b963c4a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/_transforms.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99

1010
#include "numpy/arrayobject.h"
11-
#include "numpy/ufuncobject.h"
11+
//#include "numpy/ufuncobject.h"
1212

1313

14-
bool skip_float(double x) {
15-
return !MPL_isnan64(x) && !isinf(x);
16-
}
14+
//bool skip_float(double x) {
15+
// return !MPL_isnan64(x) && !isinf(x);
16+
//}
1717

1818
Value::~Value() {
1919
_VERBOSE("Value::~Value");

0 commit comments

Comments
 (0)