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 with computeMatchObjBtwnTrials #85

Open
omidm7 opened this issue Aug 24, 2021 · 6 comments
Open

Issue with computeMatchObjBtwnTrials #85

omidm7 opened this issue Aug 24, 2021 · 6 comments

Comments

@omidm7
Copy link

omidm7 commented Aug 24, 2021

Hi Biafra,
After "modelVarsFromFiles", I'm trying to run computeMatchObjBtwnTrials, and get the following error:
image

I was successfully able to do this with the same data set just last week.. so I'm probably just making a stupid mistake. Any ideas what would cause this?

Omid

@omidm7
Copy link
Author

omidm7 commented Aug 24, 2021

Sorry - Here's the full output
image

@bahanonu
Copy link
Owner

hey Omid, think I know what the issues are, I can push a quick patch to deal with this:

  • suptitle error has to do with a Bioinformatics toolbox function I moved into ciapkg to prevent overloading Matlab functions, but it seems you don't have that toolbox installed, hence the first error.
  • ciapkg.loadBatchFxns error is likely because running macOS or Linux, I'll fix the folder separator call (currently \ vs. filesep).

Couple quick questions:

  • What's the output of ciapkg.version and ciapkg.io.matlabToolboxCheck?
  • Are you running this on macOS or Linux?

@omidm7
Copy link
Author

omidm7 commented Aug 24, 2021 via email

@bahanonu
Copy link
Owner

bahanonu commented Aug 26, 2021

@omidm7 Great, thanks for the additional info. Pushed an update, can you try the current master branch and let me know if the issue still arises?

@omidm7
Copy link
Author

omidm7 commented Aug 26, 2021

@bahanonu I just tried it on the current master branch and it works fine. Thanks!
Omid

@bahanonu
Copy link
Owner

bahanonu commented Aug 26, 2021

Great! 👏

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