[SciPy-Dev] Release candidate 2 for NumPy 1.4.1 and SciPy 0.7.2

Ralf Gommers ralf.gommers at googlemail.com
Thu Apr 15 06:33:01 EDT 2010


On Thu, Apr 15, 2010 at 2:28 AM, Alan G Isaac <aisaac at american.edu> wrote:

> The NumPy tests still produce one assertion error.
>

Hmm, missed that one. Josef said that it's been failing for a long time on
Windows. Anyone want to confirm that it's OK to mark this as knownfail for
this release? I'll open a ticket for it.

For the record, this is the test:
        # clog(- inf + i inf) returns +inf + i3pi /4.
        x = np.array([complex(-np.inf, np.inf)], dtype=np.complex)
        y = np.complex(np.inf, 0.75 * np.pi)
        assert_almost_equal(np.log(x), y)

On OS X it does work fine.

Matplotlib seems to work fine.
>

Good to know, thanks for testing.

Ralf



> Alan Isaac
> (Python 2.6.5, Vista 64 bit)
>
>
> ======================================================================
> FAIL: test_special_values (test_umath_complex.TestClog)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "C:\Python26\lib\site-packages\numpy\core\tests\test_umath_complex.py", l
> ine 179, in test_special_values
>     assert_almost_equal(np.log(x), y)
>   File "C:\Python26\lib\site-packages\numpy\testing\utils.py", line 437, in
> asse
> rt_almost_equal
>     "DESIRED: %s\n" % (str(actual), str(desired)))
> AssertionError: Items are not equal:
> ACTUAL: [ NaN+2.35619449j]
> DESIRED: (inf+2.35619449019j)
>
>
> ----------------------------------------------------------------------
> Ran 2335 tests in 13.177s
>
> FAILED (KNOWNFAIL=7, SKIP=1, failures=1)
> <nose.result.TextTestResult run=2335 errors=0 failures=1>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20100415/07ac995c/attachment.html>


More information about the SciPy-Dev mailing list