Can we change file for "run_sample.py" from a pickle file to a more portable format? #48
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
not critical
When running run_sample.py on python 3.7 with:
The error occurs because the pickled file was saved with an unknown version of pickle and they are not supposed to be compatible (see e.g. pydata/xarray#5642) a better Idea could be to redistribute the file as netcdf or hdf5.
The text was updated successfully, but these errors were encountered: