Skip to content

Commit 3bcb69a

Browse files
committed
fix pre-commit
1 parent 2a2e6e7 commit 3bcb69a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_healpix_ffts.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ def healpix_jax(f):
112112
def healpix_cuda(f):
113113
return healpix_fft_cuda(f, L, nside, False).real
114114

115-
vmapped_jax = jax.vmap(healpix_jax)(f_stacked)
116-
vmapped_cuda = jax.vmap(healpix_cuda)(f_stacked)
117-
118115
f = f_stacked[0]
119116
# Test VMAP
120117
MSE = jnp.mean(

0 commit comments

Comments
 (0)