Changes between Initial Version and Version 1 of Ticket #58332, comment 3


Ignore:
Timestamp:
Apr 12, 2019, 3:59:37 PM (5 years ago)
Author:
Russell-Jones-OxPhys (Russell Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58332, comment 3

    initial v1  
    66}}}
    77
    8 It has to to 70% so far, I suspect it'll finish.
     8It got to 76% then failed at
     9
     10{{{
     11Library/Python/2.7/lib/python/site-packages/astropy/wcs/tests/extension/test_extension.py .
     12
     13=============================================== FAILURES ===============================================
     14___________________________________ TestUfuncCoverage.test_coverage ____________________________________
     15
     16self = <astropy.units.tests.test_quantity_ufuncs.TestUfuncCoverage object at 0x11958a7d0>
     17
     18    @pytest.mark.skipif(HAS_SCIPY,
     19                        reason='scipy.special coverage is incomplete')
     20    def test_coverage(self):
     21        all_np_ufuncs = set([ufunc for ufunc in np.core.umath.__dict__.values()
     22                             if type(ufunc) == np.ufunc])
     23   
     24        from .. import quantity_helper as qh
     25   
     26        all_q_ufuncs = (qh.UNSUPPORTED_UFUNCS |
     27                        set(qh.UFUNC_HELPERS.keys()))
     28   
     29>       assert all_np_ufuncs - all_q_ufuncs == set([])
     30E       AssertionError: assert set([<ufunc 'matmul'>]) == set([])
     31E         Extra items in the left set:
     32E         <ufunc 'matmul'>
     33E         Use -v to get the full diff
     34
     35Library/Python/2.7/lib/python/site-packages/astropy/units/tests/test_quantity_ufuncs.py:41: AssertionError
     36=========================================== warnings summary ===========================================
     37Library/Python/2.7/lib/python/site-packages/astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::()::test_unity_1_none[None-interpolate-True]
     38
     39}}}