In the OG-Core package code and in the example run scripts, and subsequently in all the country calibration repositories example run scripts, we need to update the Dask scheduler calls to the platform-specific calls recommended in PR #1049.
Particularly
- For Windows users:
scheduler="threads"
- For Mac and Linux users:
scheduler=dask.multiprocessing.get
cc: @jdebacker