This repository was archived by the owner on Sep 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11alphashape
2+ h5py <= 2.10.0
23anndata
34bokeh
45colour
Original file line number Diff line number Diff line change @@ -112,9 +112,6 @@ def test_data2adata(shared_datadir):
112112 })
113113
114114 data = read_h5ad (shared_datadir / 'small.h5ad' )
115- centroid = data .obs ['centroid' ]
116- if isinstance (centroid [0 ], bytes ):
117- data .obs ['centroid' ] = [i .decode ('utf-8' ) for i in centroid ]
118115 pytest .data = data
119116 col = [0 for _ in range (len (data .obs ))]
120117 CONFIG .VERBOSE = True
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ def test_get_linear_colors():
2727
2828def test_read_data (shared_datadir ):
2929 data = read_h5ad (shared_datadir / 'small.h5ad' )
30- centroid = data .obs ['centroid' ]
31- if isinstance (centroid [0 ], bytes ):
32- data .obs ['centroid' ] = [i .decode ('utf-8' ) for i in centroid ]
3330 pytest .data = data
3431
3532
Original file line number Diff line number Diff line change 1313
1414def test_read_data (shared_datadir ):
1515 data = read_h5ad (shared_datadir / 'small.h5ad' )
16- centroid = data .obs ['centroid' ]
17- if isinstance (centroid [0 ], bytes ):
18- data .obs ['centroid' ] = [i .decode ('utf-8' ) for i in centroid ]
1916 pytest .data = data
2017
2118
Original file line number Diff line number Diff line change 1313
1414def test_read_data (shared_datadir ):
1515 data = read_h5ad (shared_datadir / 'small.h5ad' )
16- centroid = data .obs ['centroid' ]
17- if isinstance (centroid [0 ], bytes ):
18- data .obs ['centroid' ] = [i .decode ('utf-8' ) for i in centroid ]
1916 pytest .data = data
2017
2118
Original file line number Diff line number Diff line change 1414
1515def test_read_data (shared_datadir ):
1616 data = read_h5ad (shared_datadir / 'small.h5ad' )
17- centroid = data .obs ['centroid' ]
18- if isinstance (centroid [0 ], bytes ):
19- data .obs ['centroid' ] = [i .decode ('utf-8' ) for i in centroid ]
2017 pytest .data = data
2118
2219
You can’t perform that action at this time.
0 commit comments