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

Error in run_CNMF_patches (line 121) - [idx, value] = fetchNext(future_results); #105

Closed
connorjohnson1 opened this issue Feb 7, 2020 · 2 comments

Comments

@connorjohnson1
Copy link

Here is the full error I received:

Error using parallel.FevalFuture/fetchNext (line 217)
The function evaluation completed with an error.

Error in run_CNMF_patches (line 121)
        [idx, value] = fetchNext(future_results);

Error in run_pipeline (line 127)
[A,b,C,f,S,P,RESULTS,YrA] = run_CNMF_patches(data.Y,K,patches,tau,0,options);  % do not
perform deconvolution here since

Caused by:
    Error using initialize_components (line 124)
    Too many input arguments.

If anyone can help find the cause of the error it would be greatly appreciated! And if you have any further questions I would be happy to answer. Thank you so much.

@epnev
Copy link
Contributor

epnev commented Feb 8, 2020

@connorjohnson1 Please try the solution described here: #91 (comment)

@connorjohnson1
Copy link
Author

Thank you! This worked.

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

2 participants