Closed bnaul closed 8 years ago
I made the change suggested above about converting everything to TimeSeries
.
featurize_time_series
now just handles the logic of determining if one or multiple time series have been passed in; then we attempt to create a TimeSeries
object for each, which catches any dimension mismatches. So I think the logic is more neatly compartmentalized. In particular: the compatible_shapes
function I wrote before had to handle both the single- and multiple-time series cases, whereas the new one (now in time_series.py
) already knows that just a single time series is being considered.
What is the test coverage looking like on the dask graph section?
This looks good to me. Over to you @acrellin
Wait to merge til the corresponding PR in
cesium_web
is ready.Fixes #179.