You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that the in both cases, it's an issue with deserialization, by serializing it via Python and comparing the serialized data. I'm looking at actually fixing the issue now.
Deserializing a packed array of signed numbers appears to append a zero.
If
id
were a double I get:The other number types run though fine. e.g.
int32
,uint64
, etc.The text was updated successfully, but these errors were encountered: