Skip to content

Commit 8919b2f

Browse files
committed
Use correct kernel construction functions
1 parent 8af3dd0 commit 8919b2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

s2fft/precompute_transforms/spherical.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def forward_transform_torch(
624624
}
625625

626626
_kernel_functions = {
627-
"numpy": partial(construct.fourier_wigner_kernel, using_torch=False),
628-
"jax": construct.fourier_wigner_kernel_jax,
629-
"torch": partial(construct.fourier_wigner_kernel, using_torch=True),
627+
"numpy": partial(construct.spin_spherical_kernel, using_torch=False),
628+
"jax": construct.spin_spherical_kernel_jax,
629+
"torch": partial(construct.spin_spherical_kernel, using_torch=True),
630630
}

0 commit comments

Comments
 (0)