sukri12 / pysal

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

move code from weights init to weights.py #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
read summary 

Original issue reported on code.google.com by phil.stp...@gmail.com on 7 Jan 2011 at 9:15

GoogleCodeExporter commented 8 years ago

Original comment by sjsrey on 7 Jan 2011 at 9:36

GoogleCodeExporter commented 8 years ago
Fixed in r708.

contents of weights/__init__.py was moved into weights/weights.py  This change 
is primarily to help facilitate our new testing framework.  It also helps clean 
 up some of the import statements.

Additionally and new unit test was added to make sure the main pysal namespace 
remains unchanged.

Original comment by schmi...@gmail.com on 19 Jan 2011 at 6:47