o
    Eb                     @   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	J d S )Nir   )scrgamma)self r   @/usr/lib/python3/dist-packages/scipy/special/tests/test_gamma.pytest_gh_11315   s   zTestRgamma.test_gh_11315c                 C   s*   t g d}t t|dksJ d S )N)r   iiiir   )npZarrayallr   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   )Znumpyr	   Zscipy.specialZspecialr   r   r   r   r   r   <module>   s    