From 6499e062541c7cb97c14c32a2dca25e9711406b5 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Mon, 19 Jun 2023 16:11:11 +0200 Subject: [PATCH] Fix rebase leftover --- src/ctapipe_io_lst/tests/test_cta_r1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctapipe_io_lst/tests/test_cta_r1.py b/src/ctapipe_io_lst/tests/test_cta_r1.py index 9b22caae..7ebc4d29 100644 --- a/src/ctapipe_io_lst/tests/test_cta_r1.py +++ b/src/ctapipe_io_lst/tests/test_cta_r1.py @@ -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],