-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
Description
Expected behaviour
No warnings are raised when using dask.
PMDA should work with latest dask releases ≥ 0.18.0
Actual behaviour
Using the get= kwarg is deprecated removed (raises TypeError), instead use scheduler=
pmda/test/test_contacts.py::TestContacts::()::test_startframe
/home/travis/miniconda/envs/test/lib/python3.6/site-packages/dask/base.py:835: UserWarning: The get= keyword has been deprecated. Please use the scheduler= keyword instead with the name of the desired scheduler like 'threads' or 'processes'
warnings.warn("The get= keyword has been deprecated. "
This is now a TypeError.
Code to reproduce the behaviour
- warning: see https://travis-ci.org/MDAnalysis/pmda/jobs/397005019
- exception: see PR Add InterRDF_s #70
Currently version of MDAnalysis:
(run python -c "import MDAnalysis as mda; print(mda.__version__)")
(run python -c "import pmda; print(pmda.__version__)")
(run python -c "import dask; print(dask.__version__)")
Reactions are currently unavailable