Fixed an issue with minute bundles

This commit is contained in:
fredfortier
2017-10-18 20:30:24 -04:00
parent 874a4bb682
commit 2e46323a9e
3 changed files with 14 additions and 10 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ log = Logger('test_exchange_bundle')
class ExchangeBundleTestCase:
def test_ingest_minute(self):
exchange_name = 'poloniex'
exchange_name = 'bitfinex'
# start = pd.to_datetime('2017-09-01', utc=True)
start = pd.to_datetime('2017-9-1', utc=True)
@@ -27,8 +27,8 @@ class ExchangeBundleTestCase:
log.info('ingesting exchange bundle {}'.format(exchange_name))
exchange_bundle.ingest(
data_frequency='daily',
include_symbols='etc_btc',
data_frequency='minute',
include_symbols='neo_eth',
# include_symbols=None,
exclude_symbols=None,
start=start,