Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed May 29, 2024
1 parent d0de759 commit 89608e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
for i in range(n_iter):
total = MPI.COMM_WORLD.reduce(rank)
t2 = time.time()
total_time = (t2-t1)/n_iter
total_time = (t2 - t1) / n_iter

if rank == 0:
print(f"Total ranks: {size}")
Expand Down

0 comments on commit 89608e6

Please sign in to comment.