ó
ú$]c           @` sK   d  Z  d d l m Z m Z m Z d d l Z d d l m Z d   Z	 d S(   s'   Test deprecation and future warnings.

i    (   t   divisiont   absolute_importt   print_functionN(   t   assert_warnsc          C` s   t  j d  }  t t t  j j |  d d t t t  j j |  d d t t t  j j |  d d t t t  j j |  d d d S(   sÇ   Check 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.

    i   t   modet   fullt   ft   economict   eN(   t   npt   eyeR   t   DeprecationWarningt   linalgt   qr(   t   a(    (    sC   lib/python2.7/site-packages/numpy/linalg/tests/test_deprecations.pyt    test_qr_mode_full_future_warning
   s
    (
   t   __doc__t
   __future__R    R   R   t   numpyR	   t   numpy.testingR   R   (    (    (    sC   lib/python2.7/site-packages/numpy/linalg/tests/test_deprecations.pyt   <module>   s   