We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d73e9 commit 86175a3Copy full SHA for 86175a3
xfields/config_tools/beambeam_config_tools/config_tools.py
@@ -333,7 +333,7 @@ def generate_set_of_bb_encounters_1beam(
333
# assuming a sequence rotated in IR3
334
335
myBB=pd.concat([myBBHO, myBBLR],sort=False)
336
- myBB = myBB.set_index('elementName', drop=False, verify_integrity=True).sort_index()
+ myBB = myBB.set_index('elementName', drop=False).sort_index()
337
338
339
for ww in ['self', 'other']:
0 commit comments