forked from pool/python-openTSNE
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:
commit
1cdc896cb9
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user