-
Notifications
You must be signed in to change notification settings - Fork 174
Regression & unittest fixes #129
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
Conversation
Since not merged yet, I will also add some unittest fixes... |
…beta orbitals (closes cclib#130)
I also put the fix for #130 here. |
…cs (regression Gaussian03/ortho_prod_freq.log)
# -------------- | ||
# | ||
# If it's unrestricted we have: | ||
# If it's an unrestricted calculation, however, we not get the beta orbitals: |
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.
Want to fix the typo in your comment? I assume not should be now...
Fixed the typo. Having the regression covered is good enough (well, it is for me :D). |
Basically, I wanted to get rid of all errors... and now I changed the config for Travis so that it will also fail on errors in the regression tests. Eventually, perhaps we want to fail Travis also for failures in the suite, but perhaps when we get those in order will be the right moment. |
Regression & unittest fixes
This should fix #116 (regression Gaussian09/BH3_fragment_guess.pop_minimal.log).
I initially wanted also to fix regression Gaussian03/ortho_prod_freq.log but that requires a bit more investigation. That's an ONIOM job, and we need to figure out how to handle those for v1.3 reasonably (currently they break the parse), until we consider parsing fragments (I suppose this qualifies as a specific case).