> "Norbert" == Norbert Nemec <[EMAIL PROTECTED]> writes:
Norbert> Thanks for clearing this up. Coding with three different
Norbert> numeric libraries in mind certainly is tricky... :-(
This is another good example of the benefits of duck typing -- using
"iterable" rather than "hasatta
Thanks for clearing this up. Coding with three different numeric
libraries in mind certainly is tricky... :-(
Eric Firing wrote:
> This is fixed now in SVN. The problem was that Numeric arrays lack a
> "len" attribute, and "hasattr(xmin, 'len')" was being used to find out
> whether xmin is a sca