Open larsgeb opened 1 year ago
The following line fails on dill==0.3.6 (with Python 3.9). Installing dill==0.3.5.1 resolves this.
dill==0.3.6
Python 3.9
dill==0.3.5.1
https://github.com/larsgeb/hmclab/blob/8659f52f01d6a51930652ddf0de89b480687d027/tests/test_pickling.py#L53
Related to https://github.com/uqfoundation/dill/issues/332.
The following line fails on
dill==0.3.6
(withPython 3.9
). Installingdill==0.3.5.1
resolves this.https://github.com/larsgeb/hmclab/blob/8659f52f01d6a51930652ddf0de89b480687d027/tests/test_pickling.py#L53
Related to https://github.com/uqfoundation/dill/issues/332.