Skip to content

Commit

Permalink
Update xarray/tests/test_backends.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored Sep 17, 2024
1 parent 19a9f60 commit 1d1bdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@ def test_raise_on_forward_slashes_in_names(self) -> None:
@requires_netCDF4
def test_encoding_enum__no_fill_value(self):
with create_tmp_file() as tmp_file:
cloud_type_dict = {"clear": 0, "cloudy": 1, "missing": 255}
cloud_type_dict = {"clear": 0, "cloudy": 1}
with nc4.Dataset(tmp_file, mode="w") as nc:
nc.createDimension("time", size=2)
cloud_type = nc.createEnumType("u1", "cloud_type", cloud_type_dict)
Expand Down

0 comments on commit 1d1bdb0

Please sign in to comment.