
20 Jul
2008
20 Jul
'08
10:52 p.m.
The Windows_XP buildbot shows several warnings about npy_intp -> int conversions. Two of them look OK, but probably explicit casts should be made. The third is:
numpy\core\src\ufuncobject.c(2422) : warning C4244: '=' : conversion from 'npy_intp' to 'int', possible loss of data
Which looks possibly legitimate to me. Unfortunately, it looks like fixing it involves a change in the loop type.
Chuck
5362
Age (days ago)
5362
Last active (days ago)
0 comments
1 participants
participants (1)
-
Charles R Harris