From 9842b8691506a208d6827d714fe0a761f15fa2f3 Mon Sep 17 00:00:00 2001 From: Ellis Hoag Date: Thu, 10 May 2018 15:09:39 -0500 Subject: [PATCH] Fix log step counter --- test/test_mpi_communication.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_mpi_communication.py b/test/test_mpi_communication.py index 8b06b9eb..6860fe47 100644 --- a/test/test_mpi_communication.py +++ b/test/test_mpi_communication.py @@ -236,8 +236,8 @@ def mpi_communication_entrypoint(): # [("u", event.state_component[0]), # ("v", event.state_component[1:])]) t_last_step = time() - logmgr.tick_after() - logmgr.tick_before() + logmgr.tick_after() + logmgr.tick_before() logmgr.tick_after() def print_profile_data(data): -- GitLab