You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pickeling works best on top-level functions. I'm not certain what level the functions are in the grand scheme of the design. Also, can the function be turned into a global (raises more issues) or another package like dill be leveraged to improve handling of serialization/deserialization?
Something is happening with
ss.ScipyDistribution
to break pickling, which oddly only comes up in the context of parallelization:but
gives
while
gives
Even more bizarrely, if you don't return the distribution, it's fine!
The text was updated successfully, but these errors were encountered: