U
    ?h                     @   s&   d dl Zd dlmZ G dd dZdS )    Nc                   @   s   e Zd Zdd Zdd ZdS )
TestRgammac                 C   s   t ddkstd S )Nir   )scrgammaAssertionError)self r   P/var/www/html/venv/lib/python3.8/site-packages/scipy/special/tests/test_gamma.pytest_gh_11315   s    zTestRgamma.test_gh_11315c                 C   s0   t dddddg}t t|dks,td S )Nr   iiii)nparrayallr   r   r   )r   xr   r   r   test_rgamma_zeros
   s    zTestRgamma.test_rgamma_zerosN)__name__
__module____qualname__r	   r   r   r   r   r   r      s   r   )numpyr
   Zscipy.specialspecialr   r   r   r   r   r   <module>   s   