simetenn / uncertainpy

Uncertainpy: a Python toolbox for uncertainty quantification and sensitivity analysis, tailored towards computational neuroscience.
http://uncertainpy.readthedocs.io
GNU General Public License v3.0
224 stars 50 forks source link

Convert to Python 3 #7

Closed simetenn closed 6 years ago

simetenn commented 7 years ago

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.

simetenn commented 6 years ago

This is fixed in version 0.9.4.