We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd7ad1 commit 938763bCopy full SHA for 938763b
tests/test_beamstrahlung_pic.py
@@ -151,9 +151,19 @@ def test_beambeam3d_beamstrahlung_pic(test_context):
151
assert line_b2._needs_rng == True
152
153
record_b1_pic = line_b1.start_internal_logging_for_elements_of_type(
154
- xf.BeamBeamPIC3D, capacity={"beamstrahlungtable": int(3e5)})
+ xf.BeamBeamPIC3D,
155
+ capacity={
156
+ "beamstrahlungtable": int(3e5),
157
+ "lumitable": 0,
158
+ }
159
+ )
160
record_b2_pic = line_b2.start_internal_logging_for_elements_of_type(
161
162
163
164
165
166
167
168
#####################
169
# track 1 collision #
0 commit comments