master
Per A Brodtkorb 7 years ago
parent bccec40359
commit b46d987366

@ -1987,7 +1987,7 @@ class Spreading(object):
@staticmethod @staticmethod
def _check_theta(theta): def _check_theta(theta):
L = abs(theta[-1] - theta[0]) L = abs(theta[-1] - theta[0])
if abs(L - np.pi) > _EPS: if abs(L - 2 * np.pi) > _EPS:
raise ValueError('theta must cover all angles -pi -> pi') raise ValueError('theta must cover all angles -pi -> pi')
nt = len(theta) nt = len(theta)
if nt < 40: if nt < 40:

Loading…
Cancel
Save