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
Python/MacOS job is part of the GitHub Actions test workflow.
I've observed from a few weeks ago that test/v1x/python/test_condex.py fails to finish very often.
I wonder if this has something to do with the refactoring I did for OpenQL tests.
But I've checked my changes and I haven't seen any significative modification there.
I'm thinking more on the lines that this has to do with some randomness introduced by the OS (and the test feeding itself from that randomness, of course).
Something similar happened to us a few weeks ago, where the HiGHS solver was producing two different but perfectly valid solutions depending on the plattorm (x64 and ARM), and our test was expecting only one of them as valid.