-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support Python and Octave compliant model #128
Conversation
Refactor config files
Fix configs and exe file
Removing matlab reading routines replaced by python
Co-authored-by: SarahAlidoost <[email protected]>
Co-authored-by: SarahAlidoost <[email protected]>
…E into octave-compliant
Modifications to make STEMMUS-SCOPE Octave compliant
Replace the codes of bash script with python codes
Co-authored-by: SarahAlidoost <[email protected]>
Merge `main` into `python-compliant`
@BSchilperoort I think this PR should fix some of the issues (see the lists above). Let me know if it is not correct. |
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, I believe all those issues are fixed here, yes. I did not spot any issues with this PR, and we have been able to properly run python-compliant up to now, so I assume everything works correctly.
I did not see any other issues that will be closed by this PR.
Thanks for the review. |
Description
Please add a description of the changes proposed in the pull request.
This PR merges the changes in the branch python-compliant, main changes are the use of PyStemmusScope package and Octave-compatible model source code.
Note: After merging, the empty column B in the sheet options in
input_data.xlsx
file should be removed on CRIB.closes #119
closes #118
closes #114
closes #110
closes #104
closes #63
closes #30
Update executable file
Please re-generate exe file if matlab codes are changed. About how to create an exe file, see exe readme.
Checklist