File: 32bit_test_fail_skip

package info (click to toggle)
python-anndata 0.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,916 kB
  • sloc: python: 10,162; makefile: 22; sh: 6
file content (13 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Michael R. Crusoe <crusoe@debian.org>
Description: remove assert failing the builds for 32bit archs
Forwarded: https://github.com/theislab/anndata/issues/443
--- python-anndata.orig/anndata/tests/test_layers.py
+++ python-anndata/anndata/tests/test_layers.py
@@ -59,7 +59,6 @@
             adata.layers["df"] = df()
             assert not len(warnings)
     assert isinstance(adata.layers["df"], np.ndarray)
-    assert np.issubdtype(adata.layers["df"].dtype, dtype)


 def test_readwrite(backing_h5ad):