openff-evaluator icon indicating copy to clipboard operation
openff-evaluator copied to clipboard

Evaluator uses deprecated dask options

Open lilyminium opened this issue 7 months ago • 0 comments
trafficstars

We're using deprecated dask options which will eventually get removed:

/data/homezvol3/lilyw7/miniforge3/envs/evaluator-test-env-openff/lib/python3.11/site-packages/dask_jobqueue/core.py:266: FutureWarning: job_extra has been renamed to job_extra_directives. You are still using it (even if only set to []; please also check config files). If you did not set job_extra_directives yet, job_extra will be respected for now, but it will be removed in a future release. If you already set job_extra_directives, job_extra is ignored and you can remove it. warnings.warn(warn, FutureWarning) /data/homezvol3/lilyw7/miniforge3/envs/evaluator-test-env-openff/lib/python3.11/site-packages/dask_jobqueue/core.py:285: FutureWarning: env_extra has been renamed to job_script_prologue. You are still using it (even if only set to []; please also check config files). If you did not set job_script_prologue yet, env_extra will be respected for now, but it will be removed in a future release. If you already set job_script_prologue, env_extra is ignored and you can remove it. warnings.warn(warn, FutureWarning) /data/homezvol3/lilyw7/miniforge3/envs/evaluator-test-env-openff/lib/python3.11/site-packages/dask_jobqueue/slurm.py:55: FutureWarning: project has been renamed to account as this kwarg was used wit -A option. You are still using it (please also check config files). If you did not set account yet, project will be respected for now, but it will be removed in a future release. If you already set account, project is ignored and you can remove it. warnings.warn(warn, FutureWarning)

lilyminium avatar Mar 27 '25 05:03 lilyminium