Skip to content

Commit

Permalink
Update test_pilot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdijoodaki authored Jul 23, 2024
1 parent 8ea2ffd commit 3f47216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_pilot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def test_pilot():
name_cell = 'All'
)
pl.tl.morphological_features_importance(data, height = 10, x_lim = 160, width = 20)
assert len(adata_T.uns['orders']) == adata_Com.uns['orders'].shape[1]
assert len(adata_Com.uns['orders']) == adata_T.uns['EMD'].shape[1]

0 comments on commit 3f47216

Please sign in to comment.