Hi,
While using python implementation of elpigraph leveraging n_cores>1,the computeprincipalgraph calculation struck at Node 43 .Below attached the code output for reference.
Computing EPG with 60 nodes on 199 points and 3 dimensions
Creating a Pool with 2 processes
Nodes = 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
I have used the tree data which is in the same repository for doing sanity checks.
In the library I have removed the commentated part multiprocessing library for using multi cores.