|
From: Travis O. <oli...@ie...> - 2006-02-08 00:51:53
|
Tim Hochberg wrote: > > OK, I finally got it to pass all of the tests. The final two pieces of > the puzzle were using _isnan and _finite and then realizing the > _finite was not in fact the opposite of isinf. Thanks for finding this. I've updated the ufuncobject.h file with definitions for isinf, isfinite, and isnan. Presumably this should allow the SVN version of numpy to build. Let me know what happens. -Travis |