Test failures in v5.0.0
Hi again,
In v5.0.0 on linux x86_64, I have the following errors.
basicstuff_8
Initializing random number generator with seed 1759352589
Repeating each test 10 times
Difference too large wrt tolerance 0.001, relative error is: 0
Test casting_all() failed in /build/source/test/basicstuff.cpp (210)
verifyIsApprox(n(i, j), (internal::cast<SrcScalar, TgtScalar>(m(i, j))))
Stack:
- casting_all()
- basicstuff
- Seed: 1759352589
geo_homogeneous_2 / 3
edit: Ok, I just saw !2003 (merged), thanks :)
flaky
The following test did fail at some point, but succeeded on a second run:
- matrix_power_11
- product_small_10
- polynomialsolver_9
- qr_colpivoting_1
Edited by Guilhem Saurel