Skip to content

Commit

Permalink
Fix mention of the bug issue for ellpj/isnan regression test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Jun 5, 2009
1 parent 0105525 commit 97fcbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/special/tests/test_basic.py
Expand Up @@ -869,7 +869,7 @@ def test_specialpoints(self):

class TestEllip(TestCase):
def test_ellipj_nan(self):
"""Regression test for #912."""
"""Regression test for #946."""
ellipj(0.5, np.nan)

def test_ellipj(self):
Expand Down

0 comments on commit 97fcbc3

Please sign in to comment.