@@ -791,7 +791,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs):
791791 FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris
792792 FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris_float32
793793 = 4 failed, 54407 passed, 3016 skipped, 223 xfailed, 13 xpassed, 10917 warnings in 6068.43s (1:41:08) =
794- In version 2023.11 on grace, 2 failing tests in scipy (version 1.11.4):
794+ In version 2023.07 + 2023. 11 on grace, 2 failing tests in scipy (versions 1.11.1, 1.11.4):
795795 FAILED scipy/optimize/tests/test_linprog.py::TestLinprogIPSparse::test_bug_6139
796796 FAILED scipy/optimize/tests/test_linprog.py::TestLinprogIPSparsePresolve::test_bug_6139
797797 = 2 failed, 54876 passed, 3021 skipped, 223 xfailed, 13 xpassed in 581.85s (0:09:41) =
@@ -800,7 +800,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs):
800800 cpu_target = get_eessi_envvar ('EESSI_SOFTWARE_SUBDIR' )
801801 scipy_bundle_versions_nv1 = ('2021.10' , '2023.02' , '2023.07' , '2023.11' )
802802 scipy_bundle_versions_a64fx = ('2023.07' , '2023.11' )
803- scipy_bundle_versions_nvidia_grace = ('2023.11' )
803+ scipy_bundle_versions_nvidia_grace = ('2023.07' , '2023. 11' )
804804 if self .name == 'SciPy-bundle' :
805805 if cpu_target == CPU_TARGET_NEOVERSE_V1 and self .version in scipy_bundle_versions_nv1 :
806806 self .cfg ['testopts' ] = "|| echo ignoring failing tests"
0 commit comments