Closed sblunt closed 4 years ago
dill in my experience is better able to serialize stuff than pickle, in my experience. I don't think this change breaks anything. It fixes a bug I ran into trying to serialize a NumericalPrior with a bwmethod attribute.
dill
pickle
NumericalPrior
bwmethod
Thanks @sblunt! It looks like the Travis tests are failing. I think it might just need dill added to the dependencies.
ok @bjfultn should be ready to go now.
dill
in my experience is better able to serialize stuff thanpickle
, in my experience. I don't think this change breaks anything. It fixes a bug I ran into trying to serialize aNumericalPrior
with abwmethod
attribute.