rinruby
rinruby copied to clipboard
null terminator not found
I'm not very familiar with R and once I want to put a 600*600 Ruby matrix( each element is a float number)into R, like R.weight_matrix, I got the following error
In readBin(.RINRUBY.PULL.SOCKET, character(), 1, endian = "big") : null terminator not found: breaking string at 10000 bytes
Any idea to solve the problem?
There is a problem with large objects on rinruby. Fow now, try to divide the object and send on two batches.
@clbustos are you working at a fix for this? :-S
This issue is related to #2 , and I think #30 may be helpful.