Skip to content
Snippets Groups Projects

Check make cf conventions configurable

Merged Martin Bergemann requested to merge cf-conventions into main
2 files
+ 3
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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