Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth-T-Moore committed Aug 7, 2017
1 parent 58dc405 commit 7d8ca80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmdao/core/tests/test_matmat.py
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 7d8ca80

Please sign in to comment.