jotaylor / SPAMM

Spectral Properties of AGN Modeled through MCMC
BSD 3-Clause Clear License
1 stars 2 forks source link

dill version incompatibility #25

Closed jotaylor closed 6 years ago

jotaylor commented 6 years ago

With dill version 0.2.8.2, the function dill.dill was replaced with dill._dill. Even though there is a supposed fix for this it's not working for me when unpickling pickle files made with 0.2.7.1. The only solution is to downgrade dill to 0.2.7.1 to load older pickle files.

Shouldn't be an issue for pickle files made with 0.2.8.2.

This is mostly an issue for me during testing.

jotaylor commented 6 years ago

Yeah, just kidding. All I need to do is actually load the pickle file with dill and not pickle. Fixed in 723aa3eb2041365957d55b0bd4e32e514e18f8eb