We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c017003 + 646772a commit 921f3fbCopy full SHA for 921f3fb
1 file changed
autogalaxy/profiles/mass/total/jax_utils.py
@@ -32,7 +32,7 @@ def omega(eiphi, slope, factor, n_terms=20, xp=np):
32
be sufficient most of the time)
33
"""
34
35
- from functools import partial
+ from jax.tree_util import Partial as partial
36
import jax
37
38
scan = jax.jit(jax.lax.scan, static_argnames=("length", "reverse", "unroll"))
0 commit comments