Skip to content

Commit

Permalink
chore: improve doc type hints
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Bartel <37884615+robertbartel@users.noreply.github.com>
  • Loading branch information
aaraney and robertbartel authored May 2, 2024
1 parent 95fd760 commit 8b61aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ngen_cal/src/ngen/cal/_optimizers/grey_wolf.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def optimize(
Returns
-------
tuple
Tuple[float, np.ndarray]
the global best cost and the global best position.
"""
if n_processes is None:
Expand Down

0 comments on commit 8b61aaa

Please sign in to comment.