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

Regression tests not working reliably #543

Open
jnsbck opened this issue Dec 4, 2024 · 0 comments
Open

Regression tests not working reliably #543

jnsbck opened this issue Dec 4, 2024 · 0 comments

Comments

@jnsbck
Copy link
Contributor

jnsbck commented Dec 4, 2024

Despite putting in a lot of work, the regression tests (#475) are not working reliably in the CI. I have done some reading and found a few hints to why this is. Mainly the github CI is not very reliably. See here and ħere, one can expect large deviations (up to 50%) when running comparing the same code against itself in the CI. image.

This means we might want to check for regressions differently:

  1. only do it on demand (i.e. via github comment)
  2. compute baseline at test time

I have also been looking into asv, which looks really cool and would be something to implement during a hackathon maybe.

This was referenced Dec 4, 2024
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