mirror of
https://github.com/balajsra/EECS-442-WN19-DIC-Project.git
synced 2025-09-03 01:13:15 +00:00
Trying to make it show up
This commit is contained in:
@@ -177,7 +177,7 @@ def find_displacement(match_method):
|
|||||||
print("Y DISPLACEMENT AVERAGE: ", y_average)
|
print("Y DISPLACEMENT AVERAGE: ", y_average)
|
||||||
print("X MAX: ", np.amax(x_displacements))
|
print("X MAX: ", np.amax(x_displacements))
|
||||||
print("Y MAX: ", np.amax(y_displacements))
|
print("Y MAX: ", np.amax(y_displacements))
|
||||||
|
#useless comment here
|
||||||
plt.show()
|
plt.show()
|
||||||
|
|
||||||
def findAverageDisplacement(displacement_field, x1, x2, y1, y2):
|
def findAverageDisplacement(displacement_field, x1, x2, y1, y2):
|
||||||
|
Reference in New Issue
Block a user