o
    Eb                     @   s2   d dl Zd dlmZ d dlmZ G dd dZdS )    N)assert_almost_equalc                   @   s   e Zd Zdd ZdS )TestRegressionc                 C   sV   t dd}|d }tj||ddgd}tt d|}t g d}t|| dS )	zTicket #629r   
         )kt   )g      ?g      @      @r
   N)npZlinspaceinterpZsplrepZspaldeZfloat64Zarrayr   )selfxyZtckresZdes r   I/usr/lib/python3/dist-packages/scipy/interpolate/tests/test_regression.pytest_spalde_scalar_input   s   z'TestRegression.test_spalde_scalar_inputN)__name__
__module____qualname__r   r   r   r   r   r      s    r   )Znumpyr   Zscipy.interpolateZinterpolater   Znumpy.testingr   r   r   r   r   r   <module>   s    