Пример #1
0
 def test_downsample_windowed_filter(self):
     sma = SimpleMovingAverage(
         inputs=[TestingDataSet.float_col],
         window_length=5,
     )
     self.check_downsampled_term(All(inputs=[sma.top(4)], window_length=5))
Пример #2
0
 def test_downsample_windowed_filter(self):
     sma = SimpleMovingAverage(
         inputs=[TestingDataSet.float_col],
         window_length=5,
     )
     self.check_downsampled_term(All(inputs=[sma.top(4)], window_length=5))