Currently, check_args needs to be set to False in the ROC metric if people are working with Dask data. This has happened to two people in the last week.
A quick fix would be, if the input data is an xarray-dask object, then automatically set check_args=False
This other issue is also related #908