Skip to content
forked from pydata/xarray

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Oct 31, 2019
1 parent 6e4c11f commit 4ee2963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xarray/tests/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ def test_lazy_array_equiv():
]:
xr.merge([lons1, lons2], compat=compat)


@pytest.mark.parametrize(
"obj", [make_da(), make_da().compute(), make_ds(), make_ds().compute()]
)
Expand Down Expand Up @@ -1314,4 +1314,4 @@ def test_normalize_token_with_backend(map_ds):
with create_tmp_file(allow_cleanup_failure=ON_WINDOWS) as tmp_file:
map_ds.to_netcdf(tmp_file)
read = xr.open_dataset(tmp_file)
assert not dask.base.tokenize(map_ds) == dask.base.tokenize(read)
assert not dask.base.tokenize(map_ds) == dask.base.tokenize(read)

0 comments on commit 4ee2963

Please sign in to comment.