From d9204dead0f4875ce791923c3be78e1a5355ce39 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 00:02:12 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_catutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_catutils.py b/tests/test_catutils.py index a41edfe7..f3e561f7 100644 --- a/tests/test_catutils.py +++ b/tests/test_catutils.py @@ -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")