Skip to content

Commit

Permalink
fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanozleyen committed Jun 2, 2024
1 parent 4c4b997 commit f111a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ann2data/test_ann2data_by_category.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_sample_case_ann2data_basic():
),
)
datas = list(a2d(adata_gt.copy()))
assert len(datas) == 3
assert len(datas) == 4
big_adata_tf = transforms.Compose(
[
transforms.Categorize(keys=["cell_type", "image_id"]),
Expand Down

0 comments on commit f111a43

Please sign in to comment.