U
    Fvf                     @   s8   d dl mZ d dlZdd Zdd Zdd Zdd	 ZdS )
    Nc                  C   sH   t dd} | d | d ks t| d d df | d d df ksDtd S )N      )r   r   r   )gridspecGridSpecAssertionError)Zgs r   B/tmp/pip-unpacked-wheel-7vhvci0g/matplotlib/tests/test_gridspec.py
test_equal   s    r	   c                	   C   s0   t t tjdddddgd W 5 Q R X dS )a
    Addresses issue #5835.
    See at https://github.com/matplotlib/matplotlib/issues/5835.
    r   r      )width_ratiosNpytestZraises
ValueErrorr   r   r   r   r   r   test_width_ratios   s    r   c                	   C   s0   t t tjdddddgd W 5 Q R X dS )r
   r   r   r   )height_ratiosNr   r   r   r   r   test_height_ratios   s    r   c                  C   sN   t dddddf } t| dks(tt jddddd} t| dksJtd S )	Nr   r   r   zGridSpec(3, 3)[2:3, 1:3])r   r   )r   r   )r   r   z9GridSpec(2, 2, height_ratios=(3, 1), width_ratios=(1, 3)))r   r   reprr   )ssr   r   r   	test_repr   s    r   )Zmatplotlib.gridspecr   r   r	   r   r   r   r   r   r   r   <module>   s
   		