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

Support Python and Octave compliant model #128

Merged
merged 92 commits into from
Nov 15, 2022
Merged

Conversation

SarahAlidoost
Copy link
Member

@SarahAlidoost SarahAlidoost commented Nov 15, 2022

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

  • Add a reference to related issues.
  • @mentions of the person or team responsible for reviewing proposed changes.
  • This pull request has a descriptive title.
  • Code is written according to the guidelines.
  • Documentation is available.
  • Model runs successfully.

SarahAlidoost and others added 30 commits June 3, 2022 11:37
Removing matlab reading routines replaced by python
Yang and others added 22 commits October 24, 2022 17:36
Modifications to make STEMMUS-SCOPE Octave compliant
Replace the codes of bash script with python codes
Merge `main` into `python-compliant`
@SarahAlidoost SarahAlidoost changed the title Python and Octave compliant model Support Python and Octave compliant model Nov 15, 2022
@SarahAlidoost SarahAlidoost marked this pull request as ready for review November 15, 2022 13:51
@SarahAlidoost
Copy link
Member Author

@BSchilperoort I think this PR should fix some of the issues (see the lists above). Let me know if it is not correct.

Copy link
Contributor

@BSchilperoort BSchilperoort left a 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.

@SarahAlidoost
Copy link
Member Author

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.

@SarahAlidoost SarahAlidoost merged commit 74c4d8a into main Nov 15, 2022
@SarahAlidoost SarahAlidoost deleted the python-compliant branch November 24, 2022 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment