From 60d61c9f59068271ebc1cf769f00589e4baf947d Mon Sep 17 00:00:00 2001 From: daniel-dudt Date: Mon, 26 Aug 2024 18:01:42 -0600 Subject: [PATCH] update default target docs --- desc/objectives/_power_balance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desc/objectives/_power_balance.py b/desc/objectives/_power_balance.py index bea66ebbe..74b679ee2 100644 --- a/desc/objectives/_power_balance.py +++ b/desc/objectives/_power_balance.py @@ -26,11 +26,11 @@ class FusionPower(_Objective): Equilibrium that will be optimized to satisfy the Objective. target : {float, ndarray}, optional Target value(s) of the objective. Only used if bounds is None. - Must be broadcastable to Objective.dim_f. Defaults to ``target=0``. + Must be broadcastable to Objective.dim_f. Defaults to ``target=1e9``. bounds : tuple of {float, ndarray}, optional Lower and upper bounds on the objective. Overrides target. Both bounds must be broadcastable to to Objective.dim_f. - Defaults to ``target=0``. + Defaults to ``target=1e9``. weight : {float, ndarray}, optional Weighting to apply to the Objective, relative to other Objectives. Must be broadcastable to to Objective.dim_f