On Thu, Jul 3, 2008 at 19:42, Alan McIntyre <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 3, 2008 at 8:26 PM, Robert Kern <[EMAIL PROTECTED]> wrote:
>>> 1. Should we skip the numpy/f2py directory when looking for doctests?
>>
>> I don't see anything there that should cause problems (according to my
>> understanding of the collector). Are you seeing problems?
>
> Actually it's a problem with the execution context restriction we
> added for NumPy doctests; they no longer have access to all the stuff
> in the module where they are declared.  So in f2py/lib/extgen/base.py,
> the Container doctest expects the Container class to be available, but
> it isn't.

f2py/lib is now gone as of today. It was the implementation of the
next version of f2py. The development of that has moved elsewhere.

Any other problems?

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
 -- Umberto Eco
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to