Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified use of
ds.mean()
to overcome dask error:
- Error was: NotImplementedError: Computing the mean of an array containing cftime.datetime objects is not yet implemented on dask arrays - Solution was to force loading of the Dataset, with `ds.load().mean()` - See: #185
- Loading branch information