Skip to content

Commit c00df2d

Browse files
committed
Debug message for collision rxns
1 parent 9e08bbe commit c00df2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rmgpy/rmg/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ def check_model(self):
14741474
os.rename(new_file, old_file)
14751475
if violators:
14761476
logging.info("\n")
1477-
logging.warning(
1477+
logging.debug(
14781478
"{0} CORE reactions violate the collision rate limit!"
14791479
"\nSee the 'collision_rate_violators.log' for details.\n\n".format(len(violators))
14801480
)
@@ -1496,7 +1496,7 @@ def check_model(self):
14961496
f"{rxn_string}\n" f"Direction: {direction}\n" f"Violation factor: {ratio:.2f}\n" f"Violation condition: {condition}\n\n\n"
14971497
)
14981498
else:
1499-
logging.info("No collision rate violators found in the model's core.")
1499+
logging.debug("No collision rate violators found in the model's core.")
15001500

15011501
def initialize_seed_mech(self):
15021502
"""

0 commit comments

Comments
 (0)