
    qKg                     "    d Z ddlZddlmZ d Zy)z'Test deprecation and future warnings.

    N)assert_warnsc                     t        j                  d      } t        t        t         j                  j
                  | d       t        t        t         j                  j
                  | d       t        t        t         j                  j
                  | d       t        t        t         j                  j
                  | d       y)zCheck mode='full' FutureWarning.

    In numpy 1.8 the mode options 'full' and 'economic' in linalg.qr were
    deprecated. The release date will probably be sometime in the summer
    of 2013.

       full)modefeconomiceN)npeyer   DeprecationWarninglinalgqr)as    h/home/alanp/www/video.onchill/myenv/lib/python3.12/site-packages/numpy/linalg/tests/test_deprecations.py test_qr_mode_full_future_warningr      sm     	q	A#RYY\\16B#RYY\\13?#RYY\\1:F#RYY\\13?    )__doc__numpyr   numpy.testingr   r    r   r   <module>r      s     &@r   