mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-18 11:50:11 +08:00
ENH: Rewrite of Zipline to use lazy access pattern
More documentation to follow in release notes. Based on lazy-mainline branch, see for more details. Also-By: Jean Bredeche <jean@quantopian.com> Also-By: Andrew Liang <aliang@quantopian.com> Also-By: Abhijeet Kalyan <akalyan@quantopian.com>
This commit is contained in:
committed by
Jean Bredeche
parent
822f8891fe
commit
16fd6681a6
@@ -45,7 +45,7 @@ class ExamplesTests(TestCase):
|
||||
runpy.run_path(example, run_name='__main__')
|
||||
|
||||
# Test algorithm as if scripts/run_algo.py is being used.
|
||||
def test_example_run_pipline(self):
|
||||
def test_example_run_pipeline(self):
|
||||
example = os.path.join(example_dir(), 'buyapple.py')
|
||||
confs = ['-f', example, '--start', '2011-1-1', '--end', '2012-1-1']
|
||||
parsed_args = parse_args(confs)
|
||||
|
||||
Reference in New Issue
Block a user