Riley Brady
Riley Brady
Oh man, what a great point on plotting.. that was always a pain!
FYI I think I found with `esmtools` that `dask='allowed'` + `vectorize=True` does not work together. It doesn't seem to know how to vectorize when dask is allowed.
Yep was just mentioning that here. We don't have vectorize anywhere in xskillscore so should be fine on that front. But something to keep in mind.
Please ping me if you're waiting for me on a comment or any thoughts regarding this. Clearing up my git notifications and finishing up dissertation writing this week. Don't want...
See #127
I think this is a good thing to do, but I'm wondering how to do this cleanly. What comes to mind would be us creating a custom decorator that can...
Potentially helpful: https://stackoverflow.com/questions/15299878/how-to-use-python-decorators-to-check-function-arguments https://www.pythonforthelab.com/blog/how-to-use-decorators-to-validate-input/
I think you'd just loop through the tuples and do some tuple unpacking such that a tuple would be `(x, ['float', 'int'])` and the check would be: ```python for t...
I think with regards to `quick-start` we should totally reformat it. As it stands, it serves as a more detailed API for us. There's nothing wrong in the present framework,...
> I think my use case is relevant to forecasting (seeing whether the forecast anomaly values are statistically significantly different from some reference values), but I wasn't aware that xskillscore...