Kunamneni Venkatesh
Kunamneni Venkatesh
Thanks for the prompt response.I have tried again with uncommenting the import multiprocessing as mp in BaseElpi.py and grammar_operations.py. I have used the tree data set. Earlier i have used...
I tried elpigraph in Ubuntu 18.04 LTS and surprisingly it is not struck at node 43 while doing principal graph computation as u called out.I tried with windows again and...
I found the python implementation using multi cores works for small data sets without any issue but when using a medium data(50k data points) hangs while doing computation in Ubuntu...
I used tree data for checking multi core issue,got some interesting bugs..At Node 43 it is calling again the total code. **USED WINDOWS MACHINE** Sample Code **import warnings** **warnings.filterwarnings('ignore')** **import...
I think [link](https://stackoverflow.com/questions/29690091/python2-7-exception-the-freeze-support-line-can-be-omitted-if-the-program) give some light for the current issue.