Skip to content

Commit

Permalink
update names in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Oct 3, 2024
1 parent f839777 commit 8d61a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tof/chopper.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(
):
raise ValueError(
"Either open/close or centers/widths must be provided, got"
f" open={open}, close={close}, center={centers}, width={widths}."
f" open={open}, close={close}, centers={centers}, widths={widths}."
)
if open is None:
half_width = widths * 0.5
Expand Down

0 comments on commit 8d61a48

Please sign in to comment.