mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-29 11:18:20 +08:00
STY: remove unused imports and method, clean up docs
This commit is contained in:
@@ -520,7 +520,7 @@ class TestPostProcessAndToWorkSpaceValue(ZiplineTestCase):
|
||||
missing_value = -1
|
||||
|
||||
f = F()
|
||||
column_data =np.array(
|
||||
column_data = np.array(
|
||||
[[0, f.missing_value],
|
||||
[1, f.missing_value],
|
||||
[2, 3]],
|
||||
|
||||
@@ -34,7 +34,7 @@ from pandas import (
|
||||
from pandas.compat.chainmap import ChainMap
|
||||
from pandas.util.testing import assert_frame_equal
|
||||
from six import iteritems, itervalues
|
||||
from toolz import merge, assoc
|
||||
from toolz import merge
|
||||
|
||||
from zipline.assets.synthetic import make_rotating_equity_info
|
||||
from zipline.errors import NoFurtherDataError
|
||||
|
||||
Reference in New Issue
Block a user