magland / ml_ms4alg

MountainSort v4
7 stars 19 forks source link

Process stuck in the pool #21

Open mafrasiabi opened 4 years ago

mafrasiabi commented 4 years ago

Hi, recently I faced the doing nothing problem even with the toy data. I'm using ms4 with spikeinterface and have install it with pip (ml-ms4alg==0.3.2). When I stop the process via keyboard I can see that It's been stuck in the pool even though I set the num_workers to 1.

magland commented 4 years ago

I think this must be a problem with the multiprocessing pool. I am flagging this as something to look into, but can't say exactly when.

mafrasiabi commented 4 years ago

Thanks @magland