Commit f25f92b
Benjamin Moody
ann2rr: use data type int64 rather than int.
The alias 'np.int' has been removed from recent versions of numpy, and
there is no particular reason to want to use it here (as an array data
type, 'int' refers to a particular platform-dependent type, which is
not at all the same thing as an ordinary Python integer.)
Use int64 here for inter-platform consistency and to keep it simple.1 parent 6003485 commit f25f92b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments