Skip to content

Commit

Permalink
one small fix, still some merge-induced failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth-T-Moore committed Aug 7, 2017
1 parent e300eb4 commit 58dc405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmdao/test_suite/groups/sin_fitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def compute(self, inputs, outputs):
outputs['f_arclength'] = np.sqrt(1 + inputs['yp_lgl']**2)


def compute_partials(self, inputs, outputs, partials):
def compute_partials(self, inputs, partials):
partials['f_arclength', 'yp_lgl'] = inputs['yp_lgl'] / np.sqrt(1 + inputs['yp_lgl']**2)


Expand Down

0 comments on commit 58dc405

Please sign in to comment.