We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ca3cc commit 29c70dcCopy full SHA for 29c70dc
1 file changed
refellips/objectiveSE.py
@@ -18,7 +18,7 @@
18
from refnx._lib import flatten
19
20
21
-def circular_distance(angle1, angle2, period=2*np.pi):
+def circular_distance(angle1, angle2, period=2 * np.pi):
22
"""
23
Calculates the circular distance between two angles.
24
0 commit comments