Skip to content

Commit

Permalink
fix masked_value test
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Oct 19, 2022
1 parent 7bd215d commit f683884
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 @@ -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)
Expand Down

0 comments on commit f683884

Please sign in to comment.