Skip to content

Commit 7bfe869

Browse files
committed
Correct use of incorrect healpy qualified names in docstring
1 parent 27fc682 commit 7bfe869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

s2fft/transforms/c_backend_spherical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def _healpy_map2alm_transpose(dflm: jnp.ndarray, L: int, nside: int):
324324

325325
def healpy_map2alm(f: jnp.ndarray, L: int, nside: int) -> jnp.ndarray:
326326
"""
327-
JAX wrapper for healpy.map2alm function (forward spherical harmonic transform).
327+
JAX wrapper for healpy map2alm function (forward spherical harmonic transform).
328328
329329
This wrapper will return the spherical harmonic coefficients as a one dimensional
330330
array using HEALPix (ring-ordered) indexing. To instead return a two-dimensional
@@ -371,7 +371,7 @@ def _healpy_alm2map_transpose(df: jnp.ndarray, L: int, nside: int) -> tuple:
371371

372372
def healpy_alm2map(flm: jnp.ndarray, L: int, nside: int) -> jnp.ndarray:
373373
"""
374-
JAX wrapper for healpy.alm2map function (inverse spherical harmonic transform).
374+
JAX wrapper for healpy alm2map function (inverse spherical harmonic transform).
375375
376376
This wrapper assumes the passed spherical harmonic coefficients are a one
377377
dimensional array using HEALPix (ring-ordered) indexing. To instead pass a

0 commit comments

Comments
 (0)