Closed xhonial closed 6 years ago
Hi, you are likely using too high values for min_corr and/or min_pnr so that no neurons are found. Try reducing these values. Our code is hopefully soon, but not yet, robust to the case that a patch doesn't contain any neurons.
Thank you very much for timely response! I have another situation with another computer where it gives me the same error, but with the demo dataset. Could it be an issue in installation?
Best, Xhoni
Also I tried to make the min_corr and min_pnr values progressively smaller, but it kept giving me the same error.
fixed it in master and dev. Both handle now the case that a patch doesn't contain any components
Hi,
I'm running demo_pipeline_cnmfE with my data (it previously worked with the demo data), and I got the an error when I ran the following portion of the code:
The error is the following:
And this is what I get when I replace dview with None: ValueError Traceback (most recent call last)