Skip to content

Commit 3c44da5

Browse files
authored
Merge pull request #45 from xsuite/release/0.2.7
Release/0.2.7
2 parents 357a3f0 + 6718c0e commit 3c44da5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

xwakes/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Copyright (c) CERN, 2024. #
44
# ######################################### #
55

6-
__version__ = '0.2.6'
6+
__version__ = '0.2.7'

xwakes/wit/component.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def configure_for_tracking(self, zeta_range: Tuple[float, float],
263263
**kwargs # for multibuunch compatibility
264264
) -> None:
265265
import xfields as xf
266-
self._xfields_wf = xf.Wakefield(components=[self], zeta_range=zeta_range,
266+
self._xfields_wf = xf.WakeTracker(components=[self], zeta_range=zeta_range,
267267
num_slices=num_slices, **kwargs)
268268

269269
def track(self, particles):
@@ -923,6 +923,7 @@ def function_vs_t(self, t, beta0, dt):
923923

924924
if isscalar:
925925
out = out[0]
926+
926927
return out
927928

928929
@staticmethod

0 commit comments

Comments
 (0)