From feee5e93c53098733663d87677084ae64c25d869 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 14 Jan 2016 16:08:43 +0000 Subject: [PATCH] Adjusted some comments. --- tests/test_compare_experimental.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_compare_experimental.py b/tests/test_compare_experimental.py index f40f5f37..165c35de 100644 --- a/tests/test_compare_experimental.py +++ b/tests/test_compare_experimental.py @@ -50,7 +50,7 @@ model = f[path + args.output[0]][:] * -1 model /= np.amax(np.abs(model)) f.close() -# Select model field of interest and find max +# Find location of maximum value from model modelmax = np.where(np.abs(model) == 1)[0][0] # Real results