Skip to content

Commit

Permalink
set bounds for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Aug 28, 2023
1 parent 0b7b3e0 commit 40f72e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_online.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def test_emittance_calc_online():
meas = PyEmittance(config_name='LCLS2_OTR0H04', online=True)
meas.config_dict['img_proc']['subtract_bg'] = False
meas.quad_init = list(np.linspace(0,5,7))
meas.quad_bounds = [-5, 5]
meas.config_dict['img_proc']['n_to_acquire']=1
result = meas.measure_emittance()
assert result is not None

0 comments on commit 40f72e6

Please sign in to comment.