Skip to content

Commit

Permalink
Fix in test
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Mar 14, 2023
1 parent 9526efb commit 7f7d1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_backtrack(test_context):
min_y=2, max_y=3, a=0.2, b=0.3),
xt.LimitPolygon(_context=test_context, x_vertices=[1,-1,-1,1], y_vertices=[1,1,-1,-1]),
xt.Elens(_context=test_context, inner_radius=0.1),
xt.Exciter(_context=test_context, knl=[1], samples=[1,2,3], sampling=1e3),
xt.Exciter(_context=test_context, knl=[1], samples=[1,2,3], sampling_frequency=1e3),
]

dtk_particle = dtk.TestParticles(
Expand Down

0 comments on commit 7f7d1e0

Please sign in to comment.