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
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.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;
The text was updated successfully, but these errors were encountered:
similar issue here
Sorry, something went wrong.
No branches or pull requests
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;
The text was updated successfully, but these errors were encountered: