Show
Ignore:
Timestamp:
11/10/08 14:37:36 (4 years ago)
Author:
pierre
Message:

Module docstrings for io, and fix the cv ticket

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test/test_signals.py

    r308 r313  
    370370        cc1 = self.spk.pairwise_cc_zero([(i,i) for i in xrange(5)], time_bin=0.1) 
    371371        cc2 = self.spk.pairwise_cc_zero(5, time_bin=0.1) 
    372         print cc1, cc2 
    373372        assert (0 <= cc1 <= 1) and (cc1 > cc2) 
    374373