From c1485c6afc02138766a6067e718799da79b617dd Mon Sep 17 00:00:00 2001 From: Hauke Schulz <43613877+observingClouds@users.noreply.github.com> Date: Tue, 18 Oct 2022 01:52:13 +0200 Subject: [PATCH] add missing arg --- tests/test_get_bitinformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_get_bitinformation.py b/tests/test_get_bitinformation.py index 5bcf7557..d15b35d2 100644 --- a/tests/test_get_bitinformation.py +++ b/tests/test_get_bitinformation.py @@ -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]