What happened:
LocalCluster takes the keyword argument scheduler_kwargs while SLURMCluster takes the keyword argument scheduler_options.
What you expected to happen:
Both cluster types should use the same naming convention.
Environment:
- Dask version: 2.30.0
- Python version: 3.8
- Operating System: Ubuntu
- Install method (conda, pip, source): poetry
What happened:
LocalClustertakes the keyword argumentscheduler_kwargswhileSLURMClustertakes the keyword argumentscheduler_options.What you expected to happen:
Both cluster types should use the same naming convention.
Environment: