o
    i                     @   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   m/var/www/html/eduruby.in/lip-sync/lip-sync-env/lib/python3.10/site-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   )np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   )numpyr	   Zscipy.specialZspecialr   r   r   r   r   r   <module>   s    