Skip to content

Commit

Permalink
Update test_get_bitinformation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds authored Aug 4, 2024
1 parent 914c086 commit 8be933f
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 @@ -160,7 +160,7 @@ def test_get_bitinformation_label(rasm, implementation):


@pytest.mark.parametrize("implementation", ["julia", "python"])
@pytest.mark.parametrize("dtype", ["float64", "float32", "float16"])
@pytest.mark.parametrize("dtype", ["float64", "float32", "float16", "int16"])
def test_get_bitinformation_dtype(rasm, dtype, implementation):
"""Test xb.get_bitinformation returns correct number of bits depending on dtype."""
ds = rasm.astype(dtype)
Expand Down

0 comments on commit 8be933f

Please sign in to comment.