Skip to content

Commit

Permalink
Fix for GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Oct 21, 2022
1 parent 8a994b8 commit 89a0bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_beambeam3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ def test_beambeam3d_old_interface():
part_before_tracking = part.copy()
part.move(_context=context)
bb.track(part)
part.move(_context=xo.ContextCpu())

for cc in 'x px y py zeta delta'.split():
val_test = getattr(part, cc)[0]
Expand Down

0 comments on commit 89a0bf2

Please sign in to comment.