High Cpu Usage
Hello,
when I ran mu.pp.neighbors(mdata),cpu was used 100%.
So how to set up same parameters to prevent HIGH CPU USAGE?
python 3.7 with latest muon
Thanks!

Hey @liujilei156231, this is probably something not specific to mu.pp.neighbors.
Seems like you can impose resource usage limits in Python with setrlimit. I guess this might be relevant for local development and less so for HPC systems.
mu.pp.neighbors always use more computing resoure than sc.pp.neighbors, and core dumped, and how to solve it;
Hey @111kakaluote, mu.pp.neighbors has a different use case and implements a different algorithm than sc.pp.neighbors, namely WNN. So different resource usage is expected.
What are the rough dimensions of the dataset that multimodal neighbours are computed on?
As the same issue is being discussed in https://github.com/scverse/muon/issues/81, I suggest to continue the discussion there and to close this one then.