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

Added cleaning steps #135

Merged
merged 2 commits into from
Oct 27, 2023
Merged

Added cleaning steps #135

merged 2 commits into from
Oct 27, 2023

Conversation

calvinp0
Copy link
Member

No description provided.

Copy link
Member

@alongd alongd left a 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
Copy link
Member

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 @@
.
Copy link
Member

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 '='.
Copy link
Member

@alongd alongd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Calvin

@alongd alongd merged commit e099afe into main Oct 27, 2023
5 checks passed
@alongd alongd deleted the ci_fix branch October 27, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants