sukri12/pysal

bad __init__ in esda.

Closed this issue · 2 comments

>>> 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

Removed the invalid __all__ in r1170.

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

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

  • Changed state: Fixed