We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e81452 commit 0852e02Copy full SHA for 0852e02
strainrate_calculator.py
@@ -173,4 +173,4 @@ def strainrate_calculator(x_axis,y_axis,u,v,strain_selections=[1,1,1,1,1,0,1],de
173
#newx = (x_axis[1:]+x_axis[:-1])/2
174
#newy = (y_axis[1:]+y_axis[:-1])/2
175
176
- return sr,newx,newy,sr_meta
+ return sr,sr_meta
0 commit comments