Closed rkurchin closed 2 years ago
Since fit_overpotential is really just the inverse to compute_k, we don't need to differentiate through the nlsolve to get its adjoint...this makes that fix, but still needs tests added.
fit_overpotential
compute_k
nlsolve
Since
fit_overpotential
is really just the inverse tocompute_k
, we don't need to differentiate through thenlsolve
to get its adjoint...this makes that fix, but still needs tests added.