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

Inconsistent output #10

Open
QazCetelic opened this issue Sep 22, 2024 · 1 comment
Open

Inconsistent output #10

QazCetelic opened this issue Sep 22, 2024 · 1 comment

Comments

@QazCetelic
Copy link

I was looking to test the performance impact of several parts of the program and was setting up some tests to ensure I didn't break anything while testing. However, I had some issues setting up my test for validation purposes, the output kept failing the comparison with the validation output.
I then checked the SHA-256 hash of the output and again after running it once more and the hashes differed. Here are the results calculated with sha256sum:

8e465b4335342d7cd3cccd490282942781ea6ef907d1d663b3ed90c5d3ef9316
5f1875dd47dde54175a47ab13d0808aaf815bf8f8abf223f9592ecca5106ff91
1f5af1080a1a069067bf6852fec37a882d8350edd35571c8d95fe0f44a25d46a
8e465b4335342d7cd3cccd490282942781ea6ef907d1d663b3ed90c5d3ef9316
5f1875dd47dde54175a47ab13d0808aaf815bf8f8abf223f9592ecca5106ff91
8e465b4335342d7cd3cccd490282942781ea6ef907d1d663b3ed90c5d3ef9316
5f1875dd47dde54175a47ab13d0808aaf815bf8f8abf223f9592ecca5106ff91
731b4788d6ade2cbab40f925679a8745f228c0cdb1b0be8f7399d60fe58aeb19
8e465b4335342d7cd3cccd490282942781ea6ef907d1d663b3ed90c5d3ef9316
5f1875dd47dde54175a47ab13d0808aaf815bf8f8abf223f9592ecca5106ff91

Is this intended? I can't think of a reason, since the results should be the same and the order of the parallel execution shouldn't matter due to the alphabetical ordering of the stations but I'm probably missing something 😄.

@QazCetelic
Copy link
Author

It seems that it sometimes outputs the values for a station twice.
image
image

(I've replaced all ocurrances of , with \n because the diff checker doesn't work on 1 enourmous line)

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

1 participant