
     h                     .    d dl Z ddlmZ g dZd Zd ZdS )    N   )_interpolate)BPolyBSplineNdPPolyPPolyRectBivariateSplineRegularGridInterpolatorarrayasarray
atleast_1d
atleast_2dcombdfitpackinterp1dinterp2dinterpnintp	itertoolslagrangemake_interp_splinepoly1dprodravelsearchsortedspec	transposec                      t           S )N)__all__     Y/var/www/html/Sam_Eipo/venv/lib/python3.11/site-packages/scipy/interpolate/interpolate.py__dir__r#   &   s    Nr!   c                     | t           vrt          d|  d          t          j        d|  dt          d           t          t          |           S )NzAscipy.interpolate.interpolate is deprecated and has no attribute z+. Try looking in scipy.interpolate instead.zPlease use `zf` from the `scipy.interpolate` namespace, the `scipy.interpolate.interpolate` namespace is deprecated.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )names    r"   __getattr__r.   *   s    7AA A AB B 	B M Q Q Q Q-!= = = = <&&&r!   )r)    r   r   r#   r.   r    r!   r"   <module>r0      s[   
         :  
' 
' 
' 
' 
'r!   