Skip to content

Commit 1af6afd

Browse files
committed
fix tests for extractor
1 parent 8701d93 commit 1af6afd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ctapipe/image/tests/test_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ def is_flashcam(tel_id):
929929

930930
waveforms = event.r1.tel[tel_id].waveform
931931
selected_gain_channel = np.zeros(waveforms.shape[-2], dtype=np.int64)
932-
broken_pixels = event.calibration.tel[tel_id].dl1.outlier_mask
932+
broken_pixels = event.calibration.tel[tel_id].outlier_mask
933933

934934
dl1 = extractor(waveforms, tel_id, selected_gain_channel, broken_pixels)
935935
assert dl1.is_valid

0 commit comments

Comments
 (0)