Bug: Python int
and float
objects are downcast to 32-bit types before sending.
#13
Labels
bug
Something isn't working
Uh oh!
There was an error while loading. Please reload this page.
Pyhon
int
andfloat
objects are currently converted to 32-bit Cint
and Cfloat
types instead of the 64-bitint64_t
anddouble
types in C.This is due to an error in the Cython binding code which uses the wrong datatypes.
A fix is imminent which will transmit these numbers correctly.
The text was updated successfully, but these errors were encountered: