linear_operator icon indicating copy to clipboard operation
linear_operator copied to clipboard

Use a fix random seed for the tests

Open vivienreports opened this issue 1 year ago • 0 comments

🚀 Feature Request

Use a fix random seed for the tests.

Motivation

Hello!

In a CI build of linear_operator, we are sometimes experiencing a build failure due to too tight tolerances. For instance, here:

https://bordeaux.guix.gnu.org/build/cecb897d-366c-4d76-a501-7e7507978b53/log

The fact that it happens randomly is a problem to build the package reliably.

Pitch

Could you please use a fixed random seed to run the tests, at least for CI builds? I don’t know enough Python to help much.

Best regards,

Vivien

vivienreports avatar Mar 23 '24 10:03 vivienreports