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

New version not working #6

Open
asalameh1 opened this issue Jun 15, 2021 · 1 comment
Open

New version not working #6

asalameh1 opened this issue Jun 15, 2021 · 1 comment

Comments

@asalameh1
Copy link

Describe the bug
This problem happened when I updated to the new version. when I run

data = jobs.run(hb);

I receive this error.

A clear and concise description of what the bug is.

Undefined function 'isnan' for input arguments of type 'table'.

Error in nirs.modules.AR_IRLS/runThis (line 70)
X(find(isnan(X)))=0;

Error in nirs.modules.AbstractModule/run (line 87)
out = obj.runThis( obj.prevJob.run(inputs ) );

Error in nirs.modules.AbstractModule/run (line 87)
out = obj.runThis( obj.prevJob.run(inputs ) );

Error in nirs.modules.GLM/runThis (line 139)
S=j.run(data);

Error in nirs.modules.AbstractModule/run (line 77)
out = obj.runThis( inputs );

Error in acute_analysis (line 29)
subj_stats = glm_job.run(hb_data);

70 X(find(isnan(X)))=0;

@bbreeze25
Copy link

similar issue here

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