File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ def test_hllhc14_b1_only_3_bb_config():
504504 assert ee_weak .threshold_singular < 1e-27
505505 assert ee_weak .threshold_singular > 0
506506
507- assert ee_weak ._flag_beamstrahlung == 0
507+ assert ee_weak .flag_beamstrahlung == 0
508508
509509 assert ee_weak .scale_strength == 1
510510 assert ee_weak .other_beam_q0 == 1
Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ def test_lhc_ion_4_bb_config():
652652 assert ee_weak .threshold_singular < 1e-27
653653 assert ee_weak .threshold_singular > 0
654654
655- assert ee_weak ._flag_beamstrahlung == 0
655+ assert ee_weak .flag_beamstrahlung == 0
656656
657657 assert ee_weak .scale_strength == 1
658658 assert ee_weak .other_beam_q0 == 82
You can’t perform that action at this time.
0 commit comments