Skip to content

Commit

Permalink
add missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Oct 17, 2022
1 parent e37537a commit c1485c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_get_bitinformation.py
Expand Up @@ -154,7 +154,7 @@ def test_get_bitinformation_label(rasm, implementation):

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

0 comments on commit c1485c6

Please sign in to comment.