Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing multi-platform reproducibility #18

Open
danpovey opened this issue Oct 22, 2019 · 1 comment
Open

Testing multi-platform reproducibility #18

danpovey opened this issue Oct 22, 2019 · 1 comment

Comments

@danpovey
Copy link
Owner

@soroushzargar can you please make it so that your end-to-end reconstruction-test also prints out some kind of hash values of the compressed arrays? (E.g. could just be the result of casting to int32 and then summing all the elements).

What we need is to make sure that this gives exactly the same results (bitwise) on different platforms. If there are inter-platform differences it can render the files non-decompressible.
(This is true at the int16 level; differences in how we round the floats to int16 would be OK.)

@soroushzargar
Copy link
Collaborator

Ok, I'll go with the thing you suggested. If anything with more complex value was needed, just tell me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants