Skip to content

Commit

Permalink
Update src/iminuit/minuit.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Dembinski <[email protected]>
  • Loading branch information
lvarriano and HDembinski authored Dec 5, 2024
1 parent 921a941 commit f329482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iminuit/minuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ def scipy(
hess: Any = None,
hessp: Any = None,
constraints: Iterable = None,
options: Dict[str, Any] = {},
options: Optional[Dict[str, Any]] = None,
) -> "Minuit":
"""
Minimize with SciPy algorithms.
Expand Down

0 comments on commit f329482

Please sign in to comment.