Skip to content

Commit

Permalink
Adress comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBeiske committed Nov 24, 2023
1 parent 51d4fd3 commit 1456182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ctapipe/reco/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ class SKLearnClassificationReconstructor(SKLearnReconstructor):
).tag(config=True)

invalid_class = traits.Integer(
default_value=-1, help="The label to fill in case no prediction could be made."
default_value=-1,
help="The label value to fill in case no prediction could be made.",
).tag(config=True)

positive_class = traits.Integer(
Expand Down

0 comments on commit 1456182

Please sign in to comment.