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
Unfortunately this is an issue with the Spinnaker SDK API itself, as their ManagedChunkData type declares this property to be of long type. A possible workaround would be to cast this to ulong using an ExpressionTransform node.
Probably we could also raise the issue with their team directly.
Original report by Anonymous.
The type of the Spinnaker API ChunkData.Timestamp is returning a signed integer but should be an unsigned integer.
https://bitbucket.org/horizongir/bonsai.spinnaker/src/default/
Expected result:
When you externalise the ChunkData.Timestamp and write it to a CSV via the CsvWriter, it should be an unsigned long integer.
Actual result:
CsvWriter outputs a signed integer.
The text was updated successfully, but these errors were encountered: