simetenn/uncertainpy

Convert to Python 3

simetenn opened this issue · 2 comments

Convert to Python 3

The current problem is that multiprocess fails with unable to pickle RLock object if the function to run is from another module, such as parallel.run from import .parallel Parallel. If Parallel is in the same file it works.

This is fixed in version 0.9.4.