Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python_examples/ions_python/000_pymask.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
check_betas_at_ips=check_betas_at_ips, check_separations_at_ips=False)

# For B1, to be generalized for B4
if 'filling_scheme_json' in configuration['beambeam_config'].keys():
if ('filling_scheme_json') in configuration['beambeam_config'].keys() and ("with_bb" in mode):
assert 'b4' not in mode
filling_scheme_json = configuration['beambeam_config']['filling_scheme_json']
bunch_to_track = configuration['beambeam_config']['bunch_to_track']
Expand Down