-
Notifications
You must be signed in to change notification settings - Fork 5
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
Added cleaning steps #135
Added cleaning steps #135
Conversation
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.
Thanks for fixing the CI!
Can you squash the cont_int.yml commits?
@@ -117,6 +117,7 @@ jobs: | |||
- name: Cythonize RMG-Py | |||
run: | | |||
cd RMG-Py | |||
conda activate rmg_env |
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.
this line was removed in another commit and added here. Can you squash the two commits?
tempfile
Outdated
@@ -0,0 +1,2 @@ | |||
. |
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.
what is this file for?
Improved the CI for T3 to now ensure that the base OS used on GitHub has ample space for the installation and testing of T3. Additionally, we activate the clean command in RMG-Py to ensure that all files are not cythonised prior to cythonising. Finally, installation of Julia and the connection to Python and vice versa has been adjusted.
T3 Main tests were failing due to changes in RMG-Py. This has been rectified. The first change is now we look for the numeric identifier of the species instead of the species name as the numeric identifier should never change and is unique. The second function change is that the chemical reaction string uses '<=>' instead of '='.
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.
Thanks Calvin
No description provided.