Skip to content

Commit

Permalink
forgot one test
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Aug 30, 2024
1 parent 49e298e commit a1f0a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scirpy/tests/test_clonotypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def test_clonotype_network(adata_conn, min_cells, min_nodes, layout, size_aware,
npt.assert_almost_equal(coords.values, np.array(expected), decimal=1)


@pytest.mark.extra
def test_clonotype_network_igraph(adata_clonotype_network):
g, lo = ir.tl.clonotype_network_igraph(adata_clonotype_network)
print(lo.coords)
Expand Down

0 comments on commit a1f0a4d

Please sign in to comment.