Skip to content

Commit

Permalink
fix deprecated FftType in jaxpm.kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
ASKabalan committed Dec 8, 2024
1 parent 5d34d3c commit adaf7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaxpm/kernels.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import jax.numpy as jnp
import numpy as np
from jax.lib.xla_client import FftType
from jax.lax import FftType
from jax.sharding import PartitionSpec as P
from jaxdecomp import fftfreq3d, get_output_specs

Expand Down

0 comments on commit adaf7d2

Please sign in to comment.