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 0a0b35a commit 4201aaaCopy full SHA for 4201aaa
tests/test_codecs/test_sharding_unit.py
@@ -762,7 +762,7 @@ async def mock_load_index(
762
async def test_load_partial_shard_single_group_coalesced_chunks(
763
monkeypatch: pytest.MonkeyPatch,
764
) -> None:
765
- """Test that single group with coalesced adjacent chunks works correctly."""
+ """Test that single group with two coalesced adjacent chunks returns two, correct chunks."""
766
codec = ShardingCodec(chunk_shape=(8,))
767
chunks_per_shard = (4,)
768
0 commit comments