Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 17, 2024
1 parent 00f28e0 commit d9204de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_catutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def test_pattern_from_schema(samplecat):
res = [cu._compile_pattern(patt).parse(p) for patt in patts]
assert any(res)


@pytest.mark.parametrize("hasver", [True, False])
def test_build_path_ds(hasver):
ds = xr.tutorial.open_dataset("air_temperature")
Expand Down

0 comments on commit d9204de

Please sign in to comment.