Skip to content

Commit

Permalink
Update firedrake/adjoint/ensemble_reduced_functional.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ig-dolci authored Dec 10, 2024
1 parent e629922 commit ae9415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firedrake/adjoint/ensemble_reduced_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class EnsembleReducedFunctional(ReducedFunctional):
The indices of the controls that the derivative should be computed with respect to.
If present, it overwrites ``derivative_cb_pre`` and ``derivative_cb_post``.
scale : float
A scaling factor applied to the functional and its gradient(with respect to the control).
A scaling factor applied to the functional and its gradient (with respect to the control).
tape : pyadjoint.Tape
A tape object that the reduced functional will use to evaluate the functional and
its gradients (or derivatives).
Expand Down

0 comments on commit ae9415c

Please sign in to comment.