We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I ran into an error when combining the results after running CNMF on each patch. The error messages is replicated below:
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side. Error in run_CNMF_patches (line 156) B(patch_lin_idx,i) = RESULTS(i).b; Error in run_pipeline (line 166) [A,b,C,f,S,P,RESULTS,YrA] = run_CNMF_patches(Y,K,patches,tau,0,options);
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Error in run_CNMF_patches (line 156) B(patch_lin_idx,i) = RESULTS(i).b;
Error in run_pipeline (line 166) [A,b,C,f,S,P,RESULTS,YrA] = run_CNMF_patches(Y,K,patches,tau,0,options);
Because of the parfor, it seems I cannot debug the code at this line. Is there a way to figure what's going wrong here?
Thank you so much in advance for your time and help!
The text was updated successfully, but these errors were encountered:
For any future aliens trying to make this work, this happens when options = CNMFSetParms(varargin) has the nb option with a value > 1.
options = CNMFSetParms(varargin)
nb
Sorry, something went wrong.
No branches or pull requests
Hello, I ran into an error when combining the results after running CNMF on each patch. The error messages is replicated below:
Because of the parfor, it seems I cannot debug the code at this line. Is there a way to figure what's going wrong here?
Thank you so much in advance for your time and help!
The text was updated successfully, but these errors were encountered: