BUG/MAINT: Switch over to Google for benchmarking

MAINT: Remove mentions of Yahoo & ^GSPC

MAINT: Fill in missing dates

MAINT/BLD: Rebuild example data to match new benchmark
This commit is contained in:
Freddie Vargus
2017-06-01 23:35:10 -04:00
parent 9fe8076bbc
commit 776677fcdf
9 changed files with 6186 additions and 51 deletions
Binary file not shown.
+3
View File
@@ -5,6 +5,7 @@ import shutil
import tarfile
import click
import matplotlib
import numpy as np
import pandas as pd
@@ -14,6 +15,8 @@ from zipline.testing import test_resource_path, tmp_dir
from zipline.utils.cache import dataframe_cache
matplotlib.use('Agg')
INPUT_DATA_START_DATE = pd.Timestamp('2004-01-02')
INPUT_DATA_END_DATE = pd.Timestamp('2014-12-31')
INPUT_DATA_SYMBOLS = (
-2
View File
@@ -54,8 +54,6 @@ class ExamplesTests(WithTmpDir, ZiplineTestCase):
serialization='pickle',
)
copy_market_data(WithTradingEnvironment.MARKET_DATA_DIR,
cls.tmpdir.getpath('example_data/root'))
@parameterized.expand(examples.EXAMPLE_MODULES)
def test_example(self, example_name):