We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cfe01 commit 4e62d4aCopy full SHA for 4e62d4a
tests/engines/test_feature_extractor.py
@@ -89,7 +89,7 @@ def test_feature_extractor_wsi(remote_sample: Callable, track_tmp_path: Path) ->
89
90
output_ = zarr.open(output[mini_wsi_svs], mode="r")
91
assert len(output_["coordinates"].shape) == 2
92
- assert len(output_["probabilities"].shape) == 4
+ assert len(output_["probabilities"].shape) == 3
93
94
95
@pytest.mark.parametrize(
0 commit comments