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:
Eddie Hebert
2016-04-04 16:12:58 -04:00
committed by Jean Bredeche
parent 822f8891fe
commit 16fd6681a6
117 changed files with 15043 additions and 325113 deletions
+1 -1
View File
@@ -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)