From 5b6dd94b0104adbdc98fc08bfecea0727e242dcf Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Thu, 12 Oct 2023 09:18:59 -0400 Subject: [PATCH] update to include endpoint --- Exec/science/flame/analysis/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exec/science/flame/analysis/profiles.py b/Exec/science/flame/analysis/profiles.py index 14759874ed..8571437266 100755 --- a/Exec/science/flame/analysis/profiles.py +++ b/Exec/science/flame/analysis/profiles.py @@ -18,7 +18,7 @@ dt = 0.005 tmax = 0.05 -times = np.arange(0.0, tmax, dt) +times = np.arange(0.0, tmax + dt, dt) def find_files(plist):