1
0

Accepting request 1198639 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1198639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openTSNE?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2024-09-04 11:27:27 +00:00 committed by Git OBS Bridge
commit 1cdc896cb9
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 3 09:44:28 UTC 2024 - Andreas Schwab <schwab@suse.de>
- TestTSNECorrectnessUsingPrecomputedDistanceMatrix fails almost everywhere
-------------------------------------------------------------------
Fri Mar 22 20:48:51 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -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}