Skip to content

Commit

Permalink
fixed missing N_reco_SST column in training
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack committed Apr 1, 2022
1 parent aff80c8 commit 16ab0b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protopipe/scripts/data_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def main():
# TEMP
N_reco_LST=tb.Int16Col(dflt=-1, pos=63),
N_reco_MST=tb.Int16Col(dflt=-1, pos=64),
N_reco_SST=tb.Int16Col(dflt=-1, pos=64),
image_extraction=tb.Int16Col(dflt=-1, pos=65),
)

Expand Down

0 comments on commit 16ab0b5

Please sign in to comment.