Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Nov 11, 2008
1 parent 13f2534 commit ccf0857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/tests/test_umath.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_logaddexp_range(self) :
for dt in ['f','d','g'] :
logxf = np.array(x, dtype=dt)
logyf = np.array(y, dtype=dt)
logzf = np.array(z, dtype=dt))
logzf = np.array(z, dtype=dt)
assert_almost_equal(np.logaddexp(logxf, logyf), logzf)

class TestLogAddExp(TestCase):
Expand Down

0 comments on commit ccf0857

Please sign in to comment.