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

setup-matlab doesn't allow us to run MATLAB directly or via python #239

Open
willGraham01 opened this issue Feb 27, 2023 · 0 comments
Open
Labels
upstream Related to one of our dependencies

Comments

@willGraham01
Copy link
Collaborator

willGraham01 commented Feb 27, 2023

Issue to remind myself of the conclusions of #238. But in short, setup-matlab does not allow MATLAB to be run via the CL on runners:

matlab -r

returns an error because no display environment is available. You can install matlabengine (on Ubuntu runners only), but you can't run any MATLAB commands through the engine in Python due to licensing issues.

So in short, we can't put the full workflow for input data regen -> run system test -> compare output into the CI. Current compromise is outlined in #236.

Issue will be resolved if we translate the input data generation material into Python.

@samcunliffe samcunliffe changed the title setup-matlab doesn't allow running MATLAB through CL or Python setup-matlab doesn't allow us to run MATLAB directly or via python Mar 8, 2023
@samcunliffe samcunliffe added the upstream Related to one of our dependencies label Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Related to one of our dependencies
Projects
None yet
Development

No branches or pull requests

2 participants