Skip to content

Commit

Permalink
Fix rebase leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Jun 19, 2023
1 parent 641e0b0 commit 6499e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe_io_lst/tests/test_cta_r1.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
DTYPE_TO_ANYARRAY_TYPE = {v: k for k, v in ANY_ARRAY_TYPE_TO_NUMPY_TYPE.items()}


subarray = LSTEventSource.create_subarray(4)
subarray = LSTEventSource.create_subarray(tel_id=1)
GEOMETRY = subarray.tel[1].camera.geometry
waveform_model = WaveformModel(
reference_pulse=subarray.tel[1].camera.readout.reference_pulse_shape[0],
Expand Down

0 comments on commit 6499e06

Please sign in to comment.