Adjusted some comments.

这个提交包含在:
Craig Warren
2016-01-14 16:08:43 +00:00
父节点 44248f4076
当前提交 feee5e93c5

查看文件

@@ -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