Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed May 17, 2018
1 parent 4eae12d commit b782b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/dataframe/tests/test_shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def test_temporary_directory(tmpdir):
ddf = dd.from_pandas(df, npartitions=10, name='x', sort=False)

with dask.config.set(temporary_directory=str(tmpdir),
scheduler='processes'):
scheduler='processes'):
ddf2 = ddf.set_index('x', shuffle='disk')
ddf2.compute()
assert any(fn.endswith('.partd') for fn in os.listdir(str(tmpdir)))
Expand Down

0 comments on commit b782b8f

Please sign in to comment.