Alessio Arena
Alessio Arena
This is still an issue. I noticed that the documentation of `map_blocks` states: __kwargs__ ([mapping](https://docs.python.org/3/glossary.html#term-mapping)) – Passed verbatim to func after unpacking. xarray objects, if any, will not be subset...
I think I may have narrowed down the problem to a limitation in dask using dask_gateway. If passing a Future to a worker, the worker will try to unpickle that...
I had a similar issue, trying to fit a GammaGAM using gridsearch. Turned out few of the models did not converge actually converge, but all of the ones that did...
I can add that this problem is augmented in a dask_gateway system where the task just fails. With `apply_ufunc` I never received an error but in similar context I obtained...
I'm not sure I understand the code above. In my case I have an array of approximately 300k elements that each and every function call needs to have access. I...
I will try that. I still find it weird that I need to wrap a numpy object into a task/xarray object to be able to send it to workers when...
Further digging into it, it seems that incoming parameters to TerriaJS are correctly encoded to avoid special characters conflicts (e.g. `{`, `}` and `#`), however the same parameters are not...
Thanks @nf-s, unfortunately we are forced to use the URL option, but you have me something to look at for troubleshooting. Are the individual tiles GetMap requests handled by `WebMapServiceImageProvider`...
I'm also experiencing this issue. In my case the computation is much slower if requesting the performance report but I suspect is something to do with Jupyter struggling to handle...