-
Notifications
You must be signed in to change notification settings - Fork 21
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
help the reimport problem #184
Conversation
CI error is unrelated, I think:
In local testing back on v1.2.1, I also get the following warnings, which you may well have already addressed in the meantime.
|
CI is in a sorry state. The changes look good, I'll switch to GitHub actions to get meaningful feedback from CI again. The warnings look familiar: I have accumulated patches here and there, but never merged them :'( |
np, I have limping Travis-CI repos, too. I'm thinking pb11 is a good model for all arch + compiled + GHA CI, if it isn't already on your radar. |
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!
Codecov Report
@@ Coverage Diff @@
## master #184 +/- ##
=======================================
Coverage 74.09% 74.09%
=======================================
Files 243 243
Lines 17144 17144
=======================================
Hits 12703 12703
Misses 4441 4441 Continue to review full report at Codecov.
|
I need to synchronize some changes in the Fortran interface before making a new release. |
Co-authored-by: Roberto Di Remigio <robertodr@users.noreply.github.com>
Description
Motivation and Context
If you run the parse file function twice with the same
import pcmsolver
, it gives a keyword already defined error withgetkw
. This causes trouble with psiapi and even worse with running a multiple pcm job with qcschema b/c the pcm input gets reparsed. @robertodr worked on this some. I may have opined thatreload
is never the answer. Nonetheless, the proposed changes do help. Has this already been tried and found troublesome?How Has This Been Tested?
Screenshots (if appropriate):
Todos
Types of changes
Questions
Status