Closed brennan-ae closed 8 years ago
Added to TimeSeries, the methods: pos neg abs bool
add sub mul eq
as well as the following two supporting methods: _eqtimes _eqvalues
I also updated the testing file to test these additions.
modified: timeseries/Timeseries.py modified: timeseries/test_Timeseries.py
Added to TimeSeries, the methods: pos neg abs bool
add sub mul eq
as well as the following two supporting methods: _eqtimes _eqvalues
I also updated the testing file to test these additions.