Luca Verginer
Luca Verginer
I could add Italian if that is not already in the works.
@benassa-de-glassa thanks for the nice contribution. Do you have any idea what the speedup is and at what scale (e.g. density, number of nodes, ...)? I have run it on...
Does `pathos` add some features, which are not available in the standard multiprocessing library? Or would it be possible to avoid this dependency?
To handle small and large networks it might be good to have a heuristic (e.g. number of edges) to choose whether to compute it sequentially or in parallel if the...
What is the problem exactly? I am able to use the multiprocessing version using the tests in `tests/test_estimation.py` (with 3 cores) and it correctly executes with the expected result? Do...
Ok, I have found the problem. Your implementation is correct and yes there is a problem with pickling. However that is only a problem when using python 3.4 or earlier...