Skip to content

Commit 2dc5afe

Browse files
committed
remove jit in the same spirit as #2228
1 parent 9d87137 commit 2dc5afe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

desc/particles.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616
from scipy.constants import Boltzmann, elementary_charge, proton_mass
1717

18-
from desc.backend import jax, jit, jnp, tree_map
18+
from desc.backend import jax, jnp, tree_map
1919
from desc.batching import vmap_chunked
2020
from desc.compute.utils import _compute as compute_fun
2121
from desc.compute.utils import get_profiles, get_transforms
@@ -130,7 +130,6 @@ def frame(self):
130130
"""Coordinate frame of the model."""
131131
return self._frame
132132

133-
@jit
134133
def vf(self, t, x, args):
135134
"""RHS of guiding center trajectories without collisions or slowing down.
136135

0 commit comments

Comments
 (0)