
    xf                     ,    d dl Z ddlmZ g dZd Zd Zy)    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__     ?/usr/lib/python3/dist-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Of?AB 	B MML 'Q Q-!= <&&r!   )r)    r   r   r#   r.   r    r!   r"   <module>r0      s   
  :
'r!   