Show
Ignore:
Timestamp:
08/04/10 00:04:30 (22 months ago)
Author:
apdavison
Message:

Wrote some more Connector unit tests.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/connectors.py

    r778 r779  
    177177 
    178178class DistanceMatrix(object): 
     179    # should probably move to space module 
    179180     
    180181    def __init__(self, B, space, mask=None):