We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74f5b3 commit b2b8a7eCopy full SHA for b2b8a7e
stagpy/plates.py
@@ -65,7 +65,7 @@ def detect_plates_vzcheck(step, vz_thres_ratio=0):
65
limits.remove(phi)
66
k += 1
67
68
- return limits, nphi, dvphi, vphi_surf
+ return limits, dvphi, vphi_surf
69
70
71
def detect_plates(step, vrms_surface, fids, time):
@@ -771,7 +771,7 @@ def cmd():
771
istart = step.isnap if istart is None else istart
772
iend = step.isnap
773
phi = step.geom.p_centers
774
- limits, nphi, dvphi, vphi_surf = detect_plates_vzcheck(step)
+ limits, dvphi, vphi_surf = detect_plates_vzcheck(step)
775
limits.sort()
776
sizeplates = [phi[limits[0]] + 2 * np.pi - phi[limits[-1]]]
777
for lim in range(1, len(limits)):
0 commit comments