Antoine Delepoulle
Antoine Delepoulle
I modify example to remove dask distributed: ```python import dask.array as da def put_2(data): # Put a zero at first index of block data[0] = 2 return data if __name__...
I am able to recreate similar error with huge array, original array have only 1 and we put some 2, but several times i found zeros in array ```python import...
Thanks, with this patch, it work well for me.
After a quick look to dask graph. I think there will be a problem for array larger than memory, because if i understood correctly the graph all data must be...
@tcompa I don't find a workaround
Could you provide full traceback oy your error?
Which version of py eddy tracker did you use?
I think master version on git solve your problem :
It still same traceback or a new one?
I didn't see at first read but you use add_uv_lagerloef, this code it's an unfinished business! any improve/pull request are welcome