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
Tests are failing on macos after merging 036e882. The issue seems unrelated to code changes. I am able to reproduce the failure on macos, while it works well on linux.
The text was updated successfully, but these errors were encountered:
This seems to be related to the generation of pRNG sequences with Pytorch. We need to reproduce the different sequence outside Qibo (the numbers that are then used within Qibo, leading to the discrepancy) and test on the different platforms, to understand which is the origin of the issue.
The current advice is to skip the affected test.
Moreover, in general is a good idea if our tests do not depend (much) on the seed used, testing statistical properties within suitable uncertainties (though it is always possible that an extraction falls outside one sigma).
Tests are failing on macos after merging 036e882. The issue seems unrelated to code changes. I am able to reproduce the failure on macos, while it works well on linux.
The text was updated successfully, but these errors were encountered: