| Issue 2: | Bad type mapping ? | |
| 1 person starred this issue and may be notified of changes. | Back to list |
In numpy_boost.hpp on can read : 96 template<> 97 const int numpy_type_map<boost::uint64_t>::typenum = NPY_INT64; Shouldn't it be 96 template<> 97 const int numpy_type_map<boost::uint64_t>::typenum = NPY_UINT64;
Aug 29, 2011
Project Member
#1
mdb...@gmail.com
Aug 29, 2011
(No comment was entered for this change.)
Status:
Fixed
|