From f683884b95bc386fa8ac7f0388161e39ca7eb7ec Mon Sep 17 00:00:00 2001 From: Hauke Schulz <43613877+observingClouds@users.noreply.github.com> Date: Wed, 19 Oct 2022 13:38:46 -0700 Subject: [PATCH] fix masked_value test --- 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 2812c60b..caedfe41 100644 --- a/tests/test_get_bitinformation.py +++ b/tests/test_get_bitinformation.py @@ -90,7 +90,7 @@ def test_get_bitinformation_dim_string_equals_axis_int(implementation): assert_identical(bitinfox, bitinfo2) -def test_get_bitinformation_masked_value(implementation): +def test_get_bitinformation_masked_value(implementation="BitInformation.jl"): """Test xb.get_bitinformation is sensitive to masked_value.""" ds = xr.tutorial.load_dataset("rasm") bitinfo = xb.get_bitinformation(ds, dim="x", implementation=implementation)