Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autogalaxy/profiles/mass/total/jax_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def omega(eiphi, slope, factor, n_terms=20, xp=np):
be sufficient most of the time)
"""

from functools import partial
from jax.tree_util import Partial as partial
import jax

scan = jax.jit(jax.lax.scan, static_argnames=("length", "reverse", "unroll"))
Expand Down
Loading