v0.5: Seems like parallel processing does not work (at least on CCV)

Issue #62 resolved
Alireza Khorshidi created an issue

It seems that the only case that works is cores=1. cores=2 or cores=None does not work.

Comments (7)

  1. Alireza Khorshidi reporter

    Commit 78cffb3 (two commits after gaussian_neural_test.py was added) does not work with cores=2, cores=None, or cores={'localhost': 2} on my CCV account.

  2. andrew_peterson repo owner

    That's a documentation commit so is clearly not to blame... If you can repeatably see the problem there then you can trace backwards in time to see where it first appeared.

  3. Log in to comment