From 13bf7cc4a35a78b0681bc669bc8c90248b5ac718 Mon Sep 17 00:00:00 2001 From: Kevin Monpara Date: Wed, 24 Apr 2019 19:43:10 -0400 Subject: [PATCH] Trying to make it show up --- src/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__main__.py b/src/__main__.py index bb30763..058d391 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -177,7 +177,7 @@ def find_displacement(match_method): print("Y DISPLACEMENT AVERAGE: ", y_average) print("X MAX: ", np.amax(x_displacements)) print("Y MAX: ", np.amax(y_displacements)) - + #useless comment here plt.show() def findAverageDisplacement(displacement_field, x1, x2, y1, y2):