Skip to content
forked from pydata/xarray

Commit

Permalink
remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Sep 12, 2019
1 parent e82decc commit c2c10da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -2172,7 +2172,6 @@ def create_store(self):
with create_tmp_file() as tmp_file:
yield backends.H5NetCDFStore(tmp_file, "w")

# TODO: Reduce num_warns by 1 when h5netcdf is updated to not issue the make_scale warning
@pytest.mark.filterwarnings("ignore:complex dtypes are supported by h5py")
@pytest.mark.parametrize(
"invalid_netcdf, warntype, num_warns",
Expand Down

0 comments on commit c2c10da

Please sign in to comment.