Skip to content

Commit

Permalink
updated test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
kareenaaahuang committed Dec 2, 2018
1 parent 47e2ca2 commit da4b668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoDiff/test_AutoDiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def test_combined_arctan():
assert_array_almost_equal(f.der[0][0], np.array(0.91743119))
assert_array_almost_equal(f.der[0][0], np.array(a.grad()))
assert_array_almost_equal(f.der[0][1], np.array(b.grad()))
assert_array_almost_equal(np.array(AutoDiff.arctan(z)), np.array(1.4706289056333368))
assert_array_almost_equal(np.array(AutoDiff.arctan(z)), np.array(0.09966865249116204))

#Test hyperbolic sine
def test_combined_sinh():
Expand Down

0 comments on commit da4b668

Please sign in to comment.