Per discussions in https://github.com/bradyrx/climpred/pull/285. @aaronspring switched over to a `map_blocks` wrapper of `xr.quantile` since pre v0.15 `xarray` versions do not allow dask objects for quantile. `xarray` v0.15 will have dask-compatible `xr.quantile` (http://xarray.pydata.org/en/latest/whats-new.html) so this should be switched out once that is released.