We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4322410 commit e6fde1fCopy full SHA for e6fde1f
src/somd2/runner/_repex.py
@@ -666,7 +666,7 @@ def run(self):
666
end = time()
667
668
# Work how many fractional days the production block took.
669
- prod_time = ((prod_end - prod_start) / 86400)
+ prod_time = (prod_end - prod_start) / 86400
670
671
# Record the average production speed. (ns/day per replica)
672
prod_speed = self._config.runtime.to("ns") / prod_time
0 commit comments