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

Fix openbabel install to ensure q-chem tests run #320

Merged
merged 23 commits into from
Mar 9, 2024

Conversation

Andrew-S-Rosen
Copy link
Member

@Andrew-S-Rosen Andrew-S-Rosen commented Mar 8, 2024

Closes #319.

@espottesmith and @samblau: I could use your help to resolve the test errors that have come about over the 7+ months since the q-chem tests have been silently being skipped.

@Andrew-S-Rosen Andrew-S-Rosen marked this pull request as draft March 8, 2024 22:39
@codecov-commenter
Copy link

codecov-commenter commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (9b67478) to head (cd91a3f).

❗ Current head cd91a3f differs from pull request most recent head 728da4a. Consider uploading reports for the commit 728da4a to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #320       +/-   ##
==========================================
- Coverage   62.67%   0.00%   -62.68%     
==========================================
  Files          35      35               
  Lines        3003    3003               
==========================================
- Hits         1882       0     -1882     
- Misses       1121    3003     +1882     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Andrew-S-Rosen Andrew-S-Rosen marked this pull request as ready for review March 8, 2024 23:17
@espottesmith
Copy link
Contributor

Yeah, I can help here if you need.

@Andrew-S-Rosen
Copy link
Member Author

@espottesmith --- thank you! I'll give you write access. Help needed 😅

@espottesmith
Copy link
Contributor

Alright. Will try to get to this over the next couple of days. As you can imagine, I won't be writing many PRs next week.

@Andrew-S-Rosen
Copy link
Member Author

@janosh or @shyuep: could we get this merged so the Q-Chem tests run again? Looks like they weren't running for 7+ months...

Thanks @samblau for fixing this up!!

@janosh janosh added qchem Q-Chem general-purpose electronic structure package tests Test all the things labels Mar 9, 2024
@janosh janosh added the ci Continuous integration label Mar 9, 2024
os.rename(self.input_file, self.input_file + ".last")
E       FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'mol.qin' -> 'mol.qin.last'
@janosh janosh merged commit 123d16d into materialsproject:master Mar 9, 2024
8 checks passed
Copy link
Member

@janosh janosh left a comment

Choose a reason for hiding this comment

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

thanks everyone for catching and fixing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration qchem Q-Chem general-purpose electronic structure package tests Test all the things
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚨 Q-Chem tests are not running in CI 🚨
5 participants