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 Aug 4, 2024
1 parent 2780c27 commit ffdf9c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_get_bitinformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ def test_get_bitinformation_dtype(rasm, dtype, implementation):
elif dtype.kind == "i" or dtype.kind == "u":
dtype_bits = np.iinfo(dtype).bits
assert (
len(xb.get_bitinformation(ds, dim="x")[v].coords["bit" + str(dtype)]) == dtype_bits
len(xb.get_bitinformation(ds, dim="x")[v].coords["bit" + str(dtype)])
== dtype_bits
)


Expand Down

0 comments on commit ffdf9c6

Please sign in to comment.