mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 15:52:52 +08:00
BUG: Typo in test_batchtransfom.
This commit is contained in:
@@ -231,7 +231,7 @@ class TestBatchTransform(TestCase):
|
||||
# consecutive (of window length) numbers up till the end.
|
||||
for i in range(algo.window_length, len(test_history)):
|
||||
np.testing.assert_array_equal(
|
||||
range(i - algo.window_length + 2, i + 2d),
|
||||
range(i - algo.window_length + 2, i + 2),
|
||||
test_history[i].values.flatten()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user