Skip to content

Commit

Permalink
Fix column name
Browse files Browse the repository at this point in the history
  • Loading branch information
JBernete committed Jan 26, 2024
1 parent bdd0554 commit 210ec77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/reco/direction_uncertainty.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def predict_subarray_table(self, table):

result = Table(
{
f"{self.reconstructor_prefix}_direction_uncertainty": dir_uncert,
f"{self.reconstructor_prefix}_ang_distance_uncert": dir_uncert,
f"{self.reconstructor_prefix}_is_valid": valid,
}
)
Expand Down

0 comments on commit 210ec77

Please sign in to comment.