Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@ easyconfigs:
- Rust-1.70.0-GCCcore-12.3.0.eb
- OpenMPI-4.1.5-GCC-12.3.0
- foss-2023a.eb
- pybind11-2.11.1-GCCcore-12.3.0.eb
- SciPy-bundle-2023.07-gfbf-2023a.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21693
from-commit: 7c5144d2c1a061cd9f08b5901970b7f6ec5eb5c0
- TensorFlow-2.13.0-foss-2023a.eb
- X11-20230603-GCCcore-12.3.0.eb
- HarfBuzz-5.3.1-GCCcore-12.3.0.eb
- Qt5-5.15.10-GCCcore-12.3.0.eb
- OSU-Micro-Benchmarks-7.1-1-gompi-2023a.eb
- LHAPDF-6.5.4-GCC-12.3.0.eb
- LoopTools-2.15-GCC-12.3.0.eb
- R-4.3.2-gfbf-2023a.eb
4 changes: 2 additions & 2 deletions eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs):
FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris
FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris_float32
= 4 failed, 54407 passed, 3016 skipped, 223 xfailed, 13 xpassed, 10917 warnings in 6068.43s (1:41:08) =
In version 2023.11 on grace, 2 failing tests in scipy (version 1.11.4):
In version 2023.07 + 2023.11 on grace, 2 failing tests in scipy (versions 1.11.1, 1.11.4):
FAILED scipy/optimize/tests/test_linprog.py::TestLinprogIPSparse::test_bug_6139
FAILED scipy/optimize/tests/test_linprog.py::TestLinprogIPSparsePresolve::test_bug_6139
= 2 failed, 54876 passed, 3021 skipped, 223 xfailed, 13 xpassed in 581.85s (0:09:41) =
Expand All @@ -800,7 +800,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs):
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
scipy_bundle_versions_nv1 = ('2021.10', '2023.02', '2023.07', '2023.11')
scipy_bundle_versions_a64fx = ('2023.07', '2023.11')
scipy_bundle_versions_nvidia_grace = ('2023.11')
scipy_bundle_versions_nvidia_grace = ('2023.07', '2023.11')
if self.name == 'SciPy-bundle':
if cpu_target == CPU_TARGET_NEOVERSE_V1 and self.version in scipy_bundle_versions_nv1:
self.cfg['testopts'] = "|| echo ignoring failing tests"
Expand Down