Skip to content

Commit 4e62d4a

Browse files
committed
🐛 Fix test assertion
1 parent 62cfe01 commit 4e62d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/engines/test_feature_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_feature_extractor_wsi(remote_sample: Callable, track_tmp_path: Path) ->
8989

9090
output_ = zarr.open(output[mini_wsi_svs], mode="r")
9191
assert len(output_["coordinates"].shape) == 2
92-
assert len(output_["probabilities"].shape) == 4
92+
assert len(output_["probabilities"].shape) == 3
9393

9494

9595
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)