Skip to content

Commit b94e5b1

Browse files
committed
Adapt test
1 parent 335f4d8 commit b94e5b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_hllhc14_b1_only.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/test_lhc_ion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)