Skip to content

Commit e6fde1f

Browse files
committed
Blacken.
1 parent 4322410 commit e6fde1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/somd2/runner/_repex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def run(self):
666666
end = time()
667667

668668
# Work how many fractional days the production block took.
669-
prod_time = ((prod_end - prod_start) / 86400)
669+
prod_time = (prod_end - prod_start) / 86400
670670

671671
# Record the average production speed. (ns/day per replica)
672672
prod_speed = self._config.runtime.to("ns") / prod_time

0 commit comments

Comments
 (0)