Show
Ignore:
Timestamp:
02/26/09 13:45:53 (3 years ago)
Author:
pierregm
Message:

* introduced convert_to_annual
* fixed frequency in _extrema
* doc update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/timeseries/scikits/timeseries/tests/test_dates.py

    r2073 r2100  
    123123        _dt = ts.Date(freq='D', datetime=datetime.datetime(2007, 1, 1, 0, 0, 0, 0)) 
    124124        assert_equal(_dt, _tsdt) 
    125         print "finished test_fromsobjects" 
    126125 
    127126 
     
    145144        assert_equal(date_array(n,length=3), d) 
    146145        assert_equal(date_array(n, n+2), d) 
    147         print "finished test_shortcuts" 
    148146 
    149147