Skip to content

Commit

Permalink
update default target docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dudt committed Aug 27, 2024
1 parent 3a0bbc4 commit 60d61c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desc/objectives/_power_balance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60d61c9

Please sign in to comment.