Skip to content
New issue

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

Issue in run_pipeline line 127 #110

Open
CharlieOC19 opened this issue Aug 23, 2020 · 0 comments
Open

Issue in run_pipeline line 127 #110

CharlieOC19 opened this issue Aug 23, 2020 · 0 comments

Comments

@CharlieOC19
Copy link

  • Describe the issue that you are experiencing

I´m working on run_pipeline with many data and recently I have a trouble in line 127
[A,b,C,f,S,P,RESULTS,YrA] = run_CNMF_patches(data.Y,K,patches,tau,0,options);

I try the solutions in #105 and #91 but I have the following error message

Matrix dimensions must agree.

Error in CNMF/eventExceptionality (line 313)
compute_residuals(obj);

Error in CNMF/fit (line 402)
obj.eventExceptionality();

Error in run_CNMF_patches>process_patch_object (line 386)
CNM.fit(Y,options,K);

Error in run_CNMF_patches (line 105)
parfor i = 1:n_patches

Error in run_pipeline (line 127)
[A,b,C,f,S,P,RESULTS,YrA] = run_CNMF_patches(data, K, patches, tau, 0, options);

I have already analyzed many data, and this the first time I have this Issue. I hope you can help me

  • If you're not reporting an error, type your message below
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant