slac207 / cs207project

MIT License
0 stars 4 forks source link

Create a SizedContainerTimeSeriesInterface ABC #24

Closed sanoke closed 7 years ago

sanoke commented 7 years ago

From the Project Spec 5, implement a SizedContainerTimeSeriesInterface ABC.

This is also an ABC, but its one that inherits from the TimeSeriesInterface ABC.

This ABC now adds in the methods you left out in the TimeSeriesInterface which pertain to its "containerness": the notions of indexing, length, and returning arrays in addition to iterators.