Skip to content

Commit

Permalink
Report average speed at the info level.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Feb 19, 2025
1 parent cd9acbe commit d8282e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/somd2/runner/_repex.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def run(self):
prod_speed = self._config.runtime.to("ns") / prod_time

# Record the average production speed.
_logger.success(f"Average replica speed: {prod_speed:.2f} ns day-1")
_logger.info(f"Average replica speed: {prod_speed:.2f} ns day-1")

# Log the run time in minutes.
_logger.success(
Expand Down

0 comments on commit d8282e2

Please sign in to comment.