We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e08bbe commit c00df2dCopy full SHA for c00df2d
1 file changed
rmgpy/rmg/main.py
@@ -1474,7 +1474,7 @@ def check_model(self):
1474
os.rename(new_file, old_file)
1475
if violators:
1476
logging.info("\n")
1477
- logging.warning(
+ logging.debug(
1478
"{0} CORE reactions violate the collision rate limit!"
1479
"\nSee the 'collision_rate_violators.log' for details.\n\n".format(len(violators))
1480
)
@@ -1496,7 +1496,7 @@ def check_model(self):
1496
f"{rxn_string}\n" f"Direction: {direction}\n" f"Violation factor: {ratio:.2f}\n" f"Violation condition: {condition}\n\n\n"
1497
1498
else:
1499
- logging.info("No collision rate violators found in the model's core.")
+ logging.debug("No collision rate violators found in the model's core.")
1500
1501
def initialize_seed_mech(self):
1502
"""
0 commit comments