google-code-export / pysal

Automatically exported from code.google.com/p/pysal
Other
1 stars 1 forks source link

bad __init__ in esda. #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>>> from pysal.esda import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'quantile'

the esda __init__ defines an invalid __all__.

Original issue reported on code.google.com by schmi...@gmail.com on 13 Feb 2012 at 8:06

GoogleCodeExporter commented 9 years ago
Removed the invalid __all__ in r1170.

Original comment by schmi...@gmail.com on 20 Feb 2012 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by sjsrey on 1 May 2012 at 9:21