-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update toggle test failing at random #966
Comments
@andrea-pasquale it seems you wrote this test. Any clue about? (it should not be difficult to debug, anyone can do it, so it doesn't have to be necessarily you - but maybe you already had an idea) |
Yes, I know. |
But how is it possible that the Lorentzian fit will pass just rerunning? |
The output is different every time because we are testing with |
That is definitely a seed that should be fixed. Then, we may still decide that the fit is too unstable to be tested in the CI, especially with dummy. And we'd rather design a closure test for it. |
I haven't identified yet any random number involved, but it seems that this test is failing at random
qibocal/tests/test_task_options.py
Lines 103 to 125 in b0b569a
https://github.com/qiboteam/qibocal/actions/runs/10219428483/job/28277670887
(the second attempt is passing, without having changed anything - also noticed that is just failing on win-py3.11 combination, but working on win-py3.9, linux, and darwin, so it seems to be just a chance)
The text was updated successfully, but these errors were encountered: