Skip to content

Commit d4abfdd

Browse files
committed
Extra blank line required.
1 parent 58ee58f commit d4abfdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sourcefinder/testutil/convolve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def params_from_sigma(Sigma):
192192
eigenvalues of Sigma.
193193
- The position angle theta is derived from the eigenvector
194194
corresponding to the largest eigenvalue.
195-
195+
196196
"""
197197
# Symmetrize for numerical safety
198198
S = 0.5 * (Sigma + Sigma.T)

0 commit comments

Comments
 (0)