tlamadon / pytwoway

Two way models in python
MIT License
23 stars 6 forks source link

calling multi-processing twice? #7

Closed tlamadon closed 2 years ago

tlamadon commented 2 years ago

https://github.com/tlamadon/pytwoway/blob/44cc224bbf468aee9ebe55e7f4b370444922a88d/pytwoway/attrition.py#L410

It looks like we are calling multiprocessing within multiprocessing. Let's take a closer look at this.

adamoppenheimer commented 2 years ago

The first multi-processing is set to if False so it doesn't ever run.