slac207 / cs207project

MIT License
0 stars 4 forks source link

Added operator overloading methods to address #14 #15

Closed brennan-ae closed 7 years ago

brennan-ae commented 7 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