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 Feb 6, 2024
1 parent 5e698f2 commit 86d2f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_bitinformation_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_get_bitinformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 86d2f69

Please sign in to comment.