-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix openbabel install to ensure q-chem tests run #320
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Yeah, I can help here if you need. |
@espottesmith --- thank you! I'll give you write access. Help needed 😅 |
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. |
… Python 3.12 and remove max-parallel: 1
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'
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 everyone for catching and fixing this!
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.