Skip to content
Snippets Groups Projects

Check make cf conventions configurable

Merged Martin Bergemann requested to merge cf-conventions into main
Files
4
@@ -67,6 +67,5 @@ def test_wrong_or_format(small_chunk_data, caplog) -> None:
def test_wrong_engine(small_chunk_data) -> None:
with pytest.raises(ValueError):
rechunk_dataset(small_chunk_data, engine="foo")
Loading