Skip to content

Commit d5fd078

Browse files
committed
Remove note about jax_healpy iter gradient accuracy
1 parent b288167 commit d5fd078

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

s2fft/transforms/spherical.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,7 @@ def forward(
386386
theorem, and round-tripping through the forward and inverse transforms will
387387
introduce an error. If set to `None`, the default, 3 iterations will be used
388388
if :code:`sampling == "healpix"` and :code:`method == "jax_healpy"` and zero
389-
otherwise. For the `healpy` wrappers specifically (that is when
390-
:code:`method == "jax_healpy"`) increasing the number iterations increases
391-
the accuracy of the forward transform, but reduce the accuracy of the
392-
gradient pass. Not used for `jax_ssht` method.
389+
otherwise. Not used for `jax_ssht` method.
393390
394391
_ssht_backend (int, optional, experimental): Whether to default to SSHT core
395392
(set to 0) recursions or pick up ducc0 (set to 1) accelerated experimental

0 commit comments

Comments
 (0)