-
Notifications
You must be signed in to change notification settings - Fork 22
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
Comments
hey Omid, think I know what the issues are, I can push a quick patch to deal with this:
Couple quick questions:
|
Thanks, Biafra.
ciapkg.version = 'v3.35.1'
ciapkg.io.matlabToolboxCheck reveals missing 2nd tier toolboxes (including bioinformatics), I will install.
I’m using macOS. Thanks again!
Omid
On Aug 24, 2021, at 13:56, Biafra Ahanonu ***@***.******@***.***>> wrote:
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?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#85 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKRCGHGI7IPLKMP5QS4DSTTT6QBOTANCNFSM5CXP5AYQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
@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? |
@bahanonu I just tried it on the current master branch and it works fine. Thanks! |
Great! 👏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Biafra,
After "modelVarsFromFiles", I'm trying to run computeMatchObjBtwnTrials, and get the following error:
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
The text was updated successfully, but these errors were encountered: