Scipy: Scientific Tools for Python
Go to file
Miro Hrončok 2b99813d54 Don't ignore the tests results but rather have a tolerance rate
Historically, we ignored the test results as we don't have the
manpower to investigate the failures on various architectures.

Since most of the test pass, I've added a 1% failure tolerance
on everything except x86_64, so we do no longer need to ignore the
results. This makes it easier to spat that it's no longer a couple
test that fails on some random architecture but rather a more
severe problem.

In the process I had to disable test_decomp on ppc64le, because it
segfaults.
2018-06-23 23:00:13 +02:00
.gitignore Update to 1.1.0 (#1560265, #1594355) 2018-06-23 05:06:19 +02:00
acceptable_failure_rate.patch Don't ignore the tests results but rather have a tolerance rate 2018-06-23 23:00:13 +02:00
scipy.spec Don't ignore the tests results but rather have a tolerance rate 2018-06-23 23:00:13 +02:00
sources Update to 1.1.0 (#1560265, #1594355) 2018-06-23 05:06:19 +02:00