Skip to content

Commit

Permalink
chore: add return type hint
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 8d03bc4 commit 3ee74f6
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 @@ -124,7 +124,7 @@ def optimize(
n_processes: Optional[int] = None,
verbose: bool = True,
**kwargs,
):
) -> Tuple[float, np.ndarray]:
"""Optimize the swarm for a number of iterations
Performs the optimization to evaluate the objective
Expand Down

0 comments on commit 3ee74f6

Please sign in to comment.