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
There appears to be some subtle byte differences being written out into the geometry files during conversion, possibly from the fast4-g converter or perhaps from some librt processing/serialization difference. The files are byte-size identical. They differ in specific bytes. This difference is not expected nor typically observed during conversions.
Looking at hex dumps of two files, we find there are precisely 59 byte differences that are 1-3 values apart. This is possible indication the difference resides in the mantissa of certain floating point numbers that are differing by 1-3 ULP.
Examples of the two conversions and the corresponding hex dumps (via xxd) attached. GenericTwin.tar.gz
The text was updated successfully, but these errors were encountered:
There appears to be some subtle byte differences being written out into the geometry files during conversion, possibly from the fast4-g converter or perhaps from some librt processing/serialization difference. The files are byte-size identical. They differ in specific bytes. This difference is not expected nor typically observed during conversions.
Looking at hex dumps of two files, we find there are precisely 59 byte differences that are 1-3 values apart. This is possible indication the difference resides in the mantissa of certain floating point numbers that are differing by 1-3 ULP.
Examples of the two conversions and the corresponding hex dumps (via xxd) attached.
GenericTwin.tar.gz
The text was updated successfully, but these errors were encountered: