pyRserve returning weird numbers after a calculation

11 views
Skip to first unread message

Juan Sanchez

unread,
Jul 30, 2017, 6:56:53 AM7/30/17
to pyRserve
Hello,

We just installed pyRserve and are doing some calculations with conn.eval and the result is not what wee expect, can you help us please?

The python server is a Solaris and the Rserver is a Linux 

>>> import pyRserve
>>> conn=pyRserve.connect(host='10.54.17.17',port=6311)
>>> conn.eval('3+3')
3.067e-320
>>> conn.eval('3.067e-320')
6.0

Thank you 

Ralph Heinkel

unread,
Jul 30, 2017, 7:02:24 AM7/30/17
to pyRserve
Hmm, is it possible that your Solaris Server is a big-endian machine? Conversion from  little to big endian machines and vice versa is unfortunately not (yet) implemented, mainly due to the fact that I had no access to a big endian machine in order to develop and test this feature.
Reply all
Reply to author
Forward
0 new messages