diff --git a/python-openTSNE.changes b/python-openTSNE.changes index 677a378..ca96b66 100644 --- a/python-openTSNE.changes +++ b/python-openTSNE.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 3 09:44:28 UTC 2024 - Andreas Schwab + +- TestTSNECorrectnessUsingPrecomputedDistanceMatrix fails almost everywhere + ------------------------------------------------------------------- Fri Mar 22 20:48:51 UTC 2024 - Dirk Müller diff --git a/python-openTSNE.spec b/python-openTSNE.spec index 3006414..2067605 100644 --- a/python-openTSNE.spec +++ b/python-openTSNE.spec @@ -63,8 +63,8 @@ export CFLAGS="%{optflags}" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%ifarch %ix86 %arm32 -# precision errors on 32bit +%ifarch %ix86 %arm32 aarch64 riscv64 s390x +# precision errors %define donttest -k "not TestTSNECorrectnessUsingPrecomputedDistanceMatrix" %endif %pytest_arch --import-mode append %{?donttest}