Show
Ignore:
Timestamp:
08/12/10 22:19:31 (22 months ago)
Author:
thesamovar
Message:

Reorganised connection.py into new subpackage connections

For the moment, the old connection.py can still be used by changing the _usenew variable in your copy of connection.py

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/brian/utils/sparse_patch/0_7_1.py

    r2116 r2117  
    6464            n = len(xrange(*i.indices(self.shape[0]))) 
    6565            m = len(xrange(*j.indices(self.shape[1]))) 
    66             print index 
    67             print n, m 
    6866            sparse.lil_matrix.__setitem__(self, index, W * numpy.ones((n, m))) 
    6967        else: