Score: Positive
General Comment:
Awesome, looking forward to using this. Please make the minor changes I
suggest below.
Line-by-line comments:
File: /source/pysph/base/linked_list.py
(r31881d2201f378e68a1c839aec9a40524c2cfa48)
===============================================================================
Line 11: class LinkedListManager:
-------------------------------------------------------------------------------
Please make this a new style class by subclassing object. class
LLM(object).
File: /source/pysph/base/locator.py
(r31881d2201f378e68a1c839aec9a40524c2cfa48)
===============================================================================
Line 4: class LinkedListSPHNeighborLocator:
-------------------------------------------------------------------------------
Again make this a subclass of object.
For more information:
http://code.google.com/p/pysph/source/detail?r=31881d2201f378e68a1c839aec9a40524c2cfa48