Skip to content

Commit b789ac9

Browse files
committed
Correct reference to flm rather than flmn in comment [skip ci]
1 parent 3e4e8ad commit b789ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s2fft/transforms/wigner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def inverse_numpy(
156156
)
157157
fban = np.zeros(samples.f_shape(L, N, sampling, nside), dtype=np.complex128)
158158

159-
# Copy flm argument to avoid in-place updates being propagated back to caller
159+
# Copy flmn argument to avoid in-place updates being propagated back to caller
160160
flmn = flmn.copy()
161161

162162
flmn[:, L_lower:] = np.einsum(

0 commit comments

Comments
 (0)