a
    ضa                     @   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 J | d d df | d d df ksDJ d S )N      )r   r   r   )gridspecGridSpec)Zgs r   n/Users/vegardjervell/Documents/master/model/venv/lib/python3.9/site-packages/matplotlib/tests/test_gridspec.py
test_equal   s    r   c                   C   sB   t t$ tjddg dd W d   n1 s40    Y  dS )a
    Addresses issue #5835.
    See at https://github.com/matplotlib/matplotlib/issues/5835.
    r   r   r      )width_ratiosNpytestZraises
ValueErrorr   r   r   r   r   r   test_width_ratios   s    r   c                   C   sB   t t$ tjddg dd W d   n1 s40    Y  dS )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(J t jddddd} t| dksJJ 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   repr)ssr   r   r   	test_repr   s    r   )Zmatplotlib.gridspecr   r   r   r   r   r   r   r   r   r   <module>   s
   		