관리-도구
편집 파일: test_deprecations.cpython-37.pyc
B ��Fd � @ sJ d Z ddlmZmZmZ ddlZddlmZm Z dd� Z edkrFe � dS )z'Test deprecation and future warnings. � )�division�absolute_import�print_functionN)�assert_warns�run_module_suitec C s^ t �d�} ttt jj| dd� ttt jj| dd� ttt jj| dd� ttt jj| dd� dS )z�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. � �full)�mode�f�economic�eN)�np�eyer �DeprecationWarning�linalg�qr)�a� r ��/builddir/build/BUILDROOT/alt-python37-numpy-1.13.3-8.el8.x86_64/opt/alt/python37/lib64/python3.7/site-packages/numpy/linalg/tests/test_deprecations.py� test_qr_mode_full_future_warning s r �__main__)�__doc__� __future__r r r �numpyr Z numpy.testingr r r �__name__r r r r �<module> s