python-hydro/pyro2

pickle doesn't work for external functions

Closed this issue · 1 comments

We save by pickling, but with inhomogeneous BCs in the MG solvers, we pass a function reference into the BC object and that gets pickled. When we unpickle, it is invalid and throws an error.

fixed by commit cc2a0e8