ubarsc / rios

A raster processing layer on top of GDAL
https://www.rioshome.org
GNU General Public License v3.0
14 stars 7 forks source link

Guard any use of cloudpickle in case it is not present #68

Closed neilflood closed 11 months ago

neilflood commented 11 months ago

This turns jobmanager.py into a dummy if cloudpickle is not present, but that is fine.

neilflood commented 11 months ago

Just a note - this now passes the tests when cloudpickle is not present, which it did not before.

gillins commented 11 months ago

Thanks @neilflood !