a
    p=ic                     @   s$   d Z ddlZddlmZ dd ZdS )z'Test deprecation and future warnings.

    N)assert_warnsc                  C   s^   t 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 )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fZeconomiceN)npeyer   DeprecationWarningZlinalgZqr)a r   u/home/droni/.local/share/virtualenvs/DPS-5Je3_V2c/lib/python3.9/site-packages/numpy/linalg/tests/test_deprecations.py test_qr_mode_full_future_warning   s
    
r   )__doc__numpyr   Znumpy.testingr   r   r   r   r   r   <module>   s   