mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-12 11:50:11 +08:00
ENH: New batch_transform feature: compute_only_full.
This commit is contained in:
committed by
Eddie Hebert
parent
d1dace948e
commit
0f88e4133d
@@ -359,6 +359,9 @@ class TestBatchTransform(TestCase):
|
||||
for data in algo.history_return_ticks[wl:]:
|
||||
self.assertTrue(isinstance(data, deque))
|
||||
|
||||
for data in algo.history_return_not_full:
|
||||
self.assertIsNot(data, None)
|
||||
|
||||
# test overloaded class
|
||||
for test_history in [algo.history_return_price_class,
|
||||
algo.history_return_price_decorator]:
|
||||
|
||||
Reference in New Issue
Block a user