Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Nov 12, 2024
1 parent 6f5f033 commit 366de39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sed/calibrator/momentum.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def __init__(
self.include_center: bool = False
self.use_center: bool = False
self.pouter: np.ndarray = None
self.pcent: tuple[float, ...] = None
self.pcent: tuple[float, float] = None
self.pouter_ord: np.ndarray = None
self.prefs: np.ndarray = None
self.ptargs: np.ndarray = None
Expand Down

0 comments on commit 366de39

Please sign in to comment.