Skip to content

Commit

Permalink
adjust test for new dimension names
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Jun 24, 2023
1 parent 63f1809 commit 9d1ba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_get_bitinformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_get_bitinformation_different_dtypes(rasm, implementation):
ds["Tair32"] = ds.Tair.astype("float32")
ds["Tair16"] = ds.Tair.astype("float16")
bi = xb.get_bitinformation(ds, implementation=implementation)
for bitdim in ["bit16", "bit32", "bit64"]:
for bitdim in ["bitfloat16", "bitfloat32", "bitfloat64"]:
assert bitdim in bi.dims
assert bitdim in bi.coords

Expand Down

0 comments on commit 9d1ba15

Please sign in to comment.