Skip to content

Commit 86175a3

Browse files
committed
Remove deprecated pandas flag
1 parent 25d73e9 commit 86175a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xfields/config_tools/beambeam_config_tools/config_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def generate_set_of_bb_encounters_1beam(
333333
# assuming a sequence rotated in IR3
334334

335335
myBB=pd.concat([myBBHO, myBBLR],sort=False)
336-
myBB = myBB.set_index('elementName', drop=False, verify_integrity=True).sort_index()
336+
myBB = myBB.set_index('elementName', drop=False).sort_index()
337337

338338

339339
for ww in ['self', 'other']:

0 commit comments

Comments
 (0)