mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 14:00:11 +08:00
MAINT: Remove unused NaiveRollingPanel from rolling panel module.
This commit is contained in:
@@ -80,9 +80,3 @@ class RollingPanel(object):
|
||||
self.buffer.values[:, -self.window:]
|
||||
self.index_buf[:self.window] = self.index_buf[-self.window:]
|
||||
self.pos = self.window
|
||||
|
||||
|
||||
class NaiveRollingPanel(object):
|
||||
|
||||
def __init__(self, window, items, minor_axis, cap_multiple=2):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user