From 1dca37d042022861cbaef59745e09da8931bffba Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Thu, 2 May 2024 12:26:53 -0400 Subject: [PATCH] chore: improve doc type hints Co-authored-by: Robert Bartel <37884615+robertbartel@users.noreply.github.com> --- python/ngen_cal/src/ngen/cal/_optimizers/grey_wolf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ngen_cal/src/ngen/cal/_optimizers/grey_wolf.py b/python/ngen_cal/src/ngen/cal/_optimizers/grey_wolf.py index 952f09f9..357865c3 100644 --- a/python/ngen_cal/src/ngen/cal/_optimizers/grey_wolf.py +++ b/python/ngen_cal/src/ngen/cal/_optimizers/grey_wolf.py @@ -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: