I was looking at this part of the code in ReducedFunctional
https://github.com/dolfin-adjoint/pyadjoint/blob/master/pyadjoint/reduced_functional.py#L91-L97
and I saw that if the user passes a derivative_cb_post and a derivative_components to the constructor, the former gets overwritten. Is this the intended behavior?
I was looking at this part of the code in
ReducedFunctionalhttps://github.com/dolfin-adjoint/pyadjoint/blob/master/pyadjoint/reduced_functional.py#L91-L97
and I saw that if the user passes a
derivative_cb_postand aderivative_componentsto the constructor, the former gets overwritten. Is this the intended behavior?