Skip to content

Commit

Permalink
fix NormalConstraint not appearing in docs (#1059)
Browse files Browse the repository at this point in the history
Found the missing line needed to address #1058
  • Loading branch information
lvarriano authored Dec 5, 2024
1 parent 35b491c commit 2aa7e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iminuit/cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class documentation for details.
"ExtendedUnbinnedNLL",
"Template",
"LeastSquares",
"NormalConstraint",
]

T = TypeVar("T", float, NDArray)
Expand Down

0 comments on commit 2aa7e4c

Please sign in to comment.