Skip to content

Commit ba14087

Browse files
authored
Update custom_ops.py
Removed commented lines for linting purposes
1 parent 7048633 commit ba14087

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

s2fft/precompute_transforms/custom_ops.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def wigner_subset_to_s2(
8686
return np.fft.ifft(x, axis=-2, norm="forward")
8787

8888

89-
# @partial(jit, static_argnums=(3, 4))
9089
def wigner_subset_to_s2_jax(
9190
flmn: jnp.ndarray,
9291
spins: jnp.ndarray,
@@ -209,7 +208,6 @@ def so3_to_wigner_subset(
209208
return s2_to_wigner_subset(x, spins, DW, L, sampling)
210209

211210

212-
# @partial(jit, static_argnums=(3, 4, 5))
213211
def so3_to_wigner_subset_jax(
214212
f: jnp.ndarray,
215213
spins: jnp.ndarray,
@@ -338,7 +336,6 @@ def s2_to_wigner_subset(
338336
return x * (2.0 * np.pi) ** 2
339337

340338

341-
# @partial(jit, static_argnums=(3, 4))
342339
def s2_to_wigner_subset_jax(
343340
fs: jnp.ndarray,
344341
spins: jnp.ndarray,

0 commit comments

Comments
 (0)