[SciPy-dev] some sparse errors

Robert Kern robert.kern at gmail.com
Wed Mar 1 11:14:59 EST 2006


Arnd Baecker wrote:

> Note that I am running python 2.3.5
> sparse/sparse.py", line 2119
>      return sum(len(rowvals) for rowvals in self.vals)
>                                ^
> SyntaxError: invalid syntax

Correct. numpy and scipy are trying to maintain 2.3 compatibility, so this needs
to be fixed. I will enter a ticket.

-- 
Robert Kern
robert.kern at gmail.com

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the SciPy-Dev mailing list