pglpm / bayes_nonparametric_inference

Software development for "Bayesian nonparametric population inference". In other words, just the direct application of probability theory to get the most general, principled, model-free inference we can have.
Creative Commons Zero v1.0 Universal
4 stars 1 forks source link

Bug in reusing parallel cores #20

Open pglpm opened 1 month ago

pglpm commented 1 month ago

Suppose one runs inferpopulation() asking for a set of parallel cores. It works correctly. But if it is called again, then it doesn't find the previously opened connections to the cores. Fix this