-
Notifications
You must be signed in to change notification settings - Fork 168
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
allow assigned occupancy to be skipped if present #1308
base: master
Are you sure you want to change the base?
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.
Minor nits. But should the results from assigned occupancies go into mooccnos
?
Co-authored-by: Eric Berquist <eric.berquist@gmail.com>
Co-authored-by: Eric Berquist <eric.berquist@gmail.com>
Duplicate word removed
Co-Authored-By: Anselm Hahn <Anselm.Hahn@gmail.com>
See astral-sh/ruff#2600. The current state of ruff does not fully transform into the isort black profile, and section orderings don't seem to be obeyed.
updates: - [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.7...v0.1.8)
Yeah i started implementing this, and i think i got confused by #1297 thinking the answer was no in general, but i realize now that was ORCA specific so ill put it back in. |
I do realize rebase is messed up and will fix, sorry. |
Co-Authored-By: Anselm Hahn <Anselm.Hahn@gmail.com>
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9)
If you have a copy of the branch before the rebase, or just a patch of the changes, I can try applying it. |
Thank you for offering, let me try once more to fix it just because i want to know how to do it right, but if i can't get it the next few days i will ask for your help. |
This helps fix a secondary bug discovered while parsing the file provided in #1009.
In the problem file (cclib/cclib-data#177), the parsing failed due to the presence of an ASSIGNED OCCUPANCY block that set the MO occupations. This fix will simply skip this block if it is present allowing the file to be parsed.