ó
àÆ÷Xc           @` sy   d  d l  m Z m Z m Z d  d l Z d  d l Z d  d l Z d  d l Z d  d l m Z d e j	 f d „  ƒ  YZ
 d S(   i    (   t   absolute_importt   print_functiont   divisionN(   t   tensort   FunctionNamec           B` s   e  Z d  „  Z RS(   c         C` se   t  j d ƒ } t j | g | d ƒ } t j t j j d ƒ ƒ } | j	 | j
 ƒ d  k	 sa t ‚ d  S(   Nt   xg      ð?s   .*test_function_name.pyc?:14(   R   t   vectort   theanot   functiont   ret   compilet   ost   patht   basenamet   matcht   namet   Nonet   AssertionError(   t   selfR   t   funct   regex(    (    sG   /tmp/pip-build-X4mzal/theano/theano/compile/tests/test_function_name.pyt   test_function_name   s    (   t   __name__t
   __module__R   (    (    (    sG   /tmp/pip-build-X4mzal/theano/theano/compile/tests/test_function_name.pyR      s   (   t
   __future__R    R   R   t   unittestR   R	   R   R   t   TestCaseR   (    (    (    sG   /tmp/pip-build-X4mzal/theano/theano/compile/tests/test_function_name.pyt   <module>   s   