We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8701d93 commit 1af6afdCopy full SHA for 1af6afd
1 file changed
src/ctapipe/image/tests/test_extractor.py
@@ -929,7 +929,7 @@ def is_flashcam(tel_id):
929
930
waveforms = event.r1.tel[tel_id].waveform
931
selected_gain_channel = np.zeros(waveforms.shape[-2], dtype=np.int64)
932
- broken_pixels = event.calibration.tel[tel_id].dl1.outlier_mask
+ broken_pixels = event.calibration.tel[tel_id].outlier_mask
933
934
dl1 = extractor(waveforms, tel_id, selected_gain_channel, broken_pixels)
935
assert dl1.is_valid
0 commit comments