-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add octave and matlab to run module #45
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
A solution would be to use |
Co-authored-by: Bart Schilperoort <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Sarah, you missed part of my suggestion which was to split up the octave --eval CODE
into separate octave
, --eval
, and CODE
list elements. This is required for it to work on Windows.
I also reviewed the rest of the PR and left some suggestions and comments! 👍
Co-authored-by: Bart Schilperoort <[email protected]>
Co-authored-by: Bart Schilperoort <[email protected]>
Co-authored-by: Bart Schilperoort <[email protected]>
Thanks for reviewing. I addressed your comments, Please have another look, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Sarah, great work! Octave + Windows 10 works as intended now 😄.
Seeing as you'll be gone for a week, and to avoid merge conflicts, I will merge this PR once I fixed the Windows CI. The tests are failing due to a lack of Windows wheels for the netcdf 1.6.0 package. I will fix it to <1.6.0.
Kudos, SonarCloud Quality Gate passed! |
I noticed that the tests were failing on Windows, as trying to use a non-existent EXE results in a See the changes here: |
Thanks for the review and fixes. I will merge the PR. |
Related to EcoExtreML/STEMMUS_SCOPE#125
Tests:
closes #44
closes #39
closes #25
relates #46