
    Ug*                     .    d dl Z ddlmZ g dZd Zd ZdS )    N   )_spline)	cspline2d	qspline2dsepfir2dsymiirorder1symiirorder2c                      t           S )N)__all__     R/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/scipy/signal/spline.py__dir__r      s    Nr   c                     | t           vrt          d|  d          t          j        d|  dt          d           t          t          |           S )Nz7scipy.signal.spline is deprecated and has no attribute z&. Try looking in scipy.signal instead.zPlease use `zW` from the `scipy.signal` namespace, the `scipy.signal.spline` namespace is deprecated.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )names    r   __getattr__r      s    73d 3 3 34 4 	4 M G G G G-!= = = = 7D!!!r   )r    r   r   r   r   r   r   r   <module>r      s^   
       J J J  	" 	" 	" 	" 	"r   