Update to latest version (#2165161)
This commit is contained in:
parent
c90f00fb40
commit
6922679568
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
||||
/dask-2022.12.0.tar.gz
|
||||
/dask-2022.12.1.tar.gz
|
||||
/dask-2023.1.0.tar.gz
|
||||
/dask-2023.2.0.tar.gz
|
||||
|
@ -1,30 +0,0 @@
|
||||
From 9a7f39e1dc96f76caf9edec527ec78aec374b046 Mon Sep 17 00:00:00 2001
|
||||
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
Date: Sun, 18 Dec 2022 19:18:43 -0500
|
||||
Subject: [PATCH 2/2] TST: Reduce size of expected DoK sparse matrix
|
||||
|
||||
Apparently, SciPy was not available on 32-bit, and this test was
|
||||
skipped, but it's recently become available again, and this value is too
|
||||
large.
|
||||
|
||||
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
---
|
||||
dask/tests/test_sizeof.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/dask/tests/test_sizeof.py b/dask/tests/test_sizeof.py
|
||||
index a13b85b4..934ae834 100644
|
||||
--- a/dask/tests/test_sizeof.py
|
||||
+++ b/dask/tests/test_sizeof.py
|
||||
@@ -82,7 +82,7 @@ def test_sparse_matrix():
|
||||
assert sizeof(sp.tocoo()) >= 240
|
||||
assert sizeof(sp.tocsc()) >= 232
|
||||
assert sizeof(sp.tocsr()) >= 232
|
||||
- assert sizeof(sp.todok()) >= 192
|
||||
+ assert sizeof(sp.todok()) >= 188
|
||||
assert sizeof(sp.tolil()) >= 204
|
||||
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
@ -10,8 +10,8 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2023.1.0
|
||||
%global tag 2023.1.0
|
||||
Version: 2023.2.0
|
||||
%global tag 2023.2.0
|
||||
Release: %autorelease
|
||||
Summary: Parallel PyData with Task Scheduling
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dask-2023.1.0.tar.gz) = fdfd802a63dffa6814a113ffc3fe688265c85874918cb4ef998cfc5d2d98dd176fea274fb33909d7a5d053046cb7bb0cfd0aabed4f03702bf8d020fca736fa85
|
||||
SHA512 (dask-2023.2.0.tar.gz) = 24c1607288ce60624d45ea49daac7dda2af36b5dbd60415368dcfe79930aaf155715d786753db7d1cccc7ef62381c5bcfc537e1902c15e9cac510a7e64958f59
|
||||
|
Loading…
Reference in New Issue
Block a user