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 <[email protected]>
  • Loading branch information
aaraney and robertbartel committed May 2, 2024
1 parent 3ee74f6 commit 1dca37d
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 1dca37d

Please sign in to comment.