From 86d2f697fef96daa1a620d05a4ae2f1c7d742053 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 02:56:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_bitinformation_pipeline.py | 2 +- tests/test_get_bitinformation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_bitinformation_pipeline.py b/tests/test_bitinformation_pipeline.py index d25a7e89..05388b46 100644 --- a/tests/test_bitinformation_pipeline.py +++ b/tests/test_bitinformation_pipeline.py @@ -20,7 +20,7 @@ ) def test_full(ds, dim, axis, request): """Test xbitinfo end to end.""" - ds = request.getfixturevalue(ds) + ds = request.getfixturevalue(ds) # xbitinfo bitinfo = xb.get_bitinformation(ds, dim=dim, axis=axis) keepbits = xb.get_keepbits(bitinfo) diff --git a/tests/test_get_bitinformation.py b/tests/test_get_bitinformation.py index 8f16cea8..fc3d362a 100644 --- a/tests/test_get_bitinformation.py +++ b/tests/test_get_bitinformation.py @@ -237,7 +237,7 @@ def test_get_bitinformation_keep_attrs(rasm): ) def test_implementations_agree(ds, dim, axis, request): """Test whether the python and julia implementation retrieve the same results""" - ds = request.getfixturevalue(ds) + ds = request.getfixturevalue(ds) bi_python = xb.get_bitinformation( ds, dim=dim,