You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(#201 moves the grib-specific part of the iris 'test-pickle' from iris into iris-grib. In principle, a cube should be picklable, but at present this doesn't work with grib data. In fact a GribMessage itself cannot be successfully pickled + brought back. So that needs fixing.
)
Actually, I think this issue was fixed long ago and obsolete
But now I think it is back ! See comment
Update again
I was wrong, this problem never went away.
Regardless, I do think this is still an open problem.
(
#201 moves the grib-specific part of the iris 'test-pickle' from iris into iris-grib.In principle, a cube should be picklable, but at present this doesn't work with grib data.In fact a GribMessage itself cannot be successfully pickled + brought back.So that needs fixing.)
Actually, I think this issue was fixed long ago and obsolete
But now I think it is back ! See comment
Update again
I was wrong, this problem never went away.
Regardless, I do think this is still an open problem.
As posted elsewhere ...
Isn't the whole point of our interest in pickling that it is essential to the use of dask.distributed ?
In which case...
HINT:
I think latest dask problems seen in Iris have highlighted problems specifically with "__slots__",
so that might affect DataProxy ??
Note that
_DataProxy
doesn't seem fit the bill for that error message -- but possibly_DataProxy.recreate_raw
, which is a_MessageLocation
does ?The text was updated successfully, but these errors were encountered: