Skip to content

Commit c71c2f6

Browse files
committed
pre-commit auto-fixes
1 parent 05741b9 commit c71c2f6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/integration/transpose_writers/test_chunking.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ def test_dimension_mismatch_warning(mdio_dataset: Path, caplog: pytest.LogCaptur
164164
)
165165

166166
# Check that warning was logged before the error
167-
assert any("Original variable" in record.message and "dimensions" in record.message
168-
for record in caplog.records)
167+
assert any("Original variable" in record.message and "dimensions" in record.message for record in caplog.records)
169168

170169

171170
def test_compressor_encoding_with_copy_metadata(mdio_dataset: Path) -> None:
@@ -269,5 +268,3 @@ def test_store_chunks_optimization_exact_match(mdio_dataset: Path) -> None:
269268
# Verify data integrity
270269
np.testing.assert_array_equal(ds_final["amplitude"].values, ds_final["source_exact"].values)
271270
np.testing.assert_array_equal(ds_final["amplitude"].values, ds_final["optimized_exact"].values)
272-
273-

0 commit comments

Comments
 (0)