Skip to content

Commit aefa797

Browse files
authored
remove pandas assert for multires
1 parent 4fdb4e7 commit aefa797

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_eschr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ def test_consensus_cluster_with_multires(adata, zarr_loc):
303303

304304
# Check that multiresolution results are included
305305
assert "multiresolution_clusters" in result_adata.obsm
306-
assert isinstance(result_adata.obsm["multiresolution_clusters"], pd.DataFrame)
307306

308307

309308
# TEST PLOTTING FUNCTIONS

0 commit comments

Comments
 (0)