slac207 / cs207project

MIT License
0 stars 4 forks source link

Added lazy enhancements (#8 and #9) #10

Closed brennan-ae closed 7 years ago

brennan-ae commented 7 years ago

ISSUE 8 Made a lazy.py file with:

Added test_lazy.py to test lazy.py Added setup.cfg to configure py.test for these tests

ISSUE 9 Added the Lazy property to TimeSeries Added test_Timeseries to test the lazy property.

Changes to be committed: modified: Timeseries.py new file: lazy.py new file: setup.cfg new file: test_Timeseries.py new file: test_lazy.py