achabotl / pambox

Python auditory modeling toolbox.
http://pambox.org
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

Parallel speech.Experiment throws a IPython.parallel.error when engines are not ready #32

Open achabotl opened 9 years ago

achabotl commented 9 years ago

I think the issues is that the load_balanced_view is non-blocking and that I don't check if it's ready before iterating through the results. Should try either making the view blocking, or checking for readiness, before iteration.