You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When making a molecule, in line 522 of QCElemental.molparse.chgmult.py in the function validate_and_fill_chgmult there is a sub function reconcile with a printout:
if verbose > -1:
print("\n\n" + "\n".join(text))
It seems like this should be guarded by log_full or something.
Expected behavior
Controllable print out.
The text was updated successfully, but these errors were encountered:
Describe the bug
When making a molecule, in line 522 of
QCElemental.molparse.chgmult.py
in the functionvalidate_and_fill_chgmult
there is a sub functionreconcile
with a printout:It seems like this should be guarded by
log_full
or something.Expected behavior
Controllable print out.
The text was updated successfully, but these errors were encountered: