BLD: successful bundle comparison

This commit is contained in:
Frederic Fortier
2018-03-05 22:18:22 -05:00
parent cbc2ed2aaf
commit a004825a09
@@ -208,7 +208,7 @@ class TestSuiteBundle:
freq = random.sample(frequencies, 1)[0]
rnd = random.SystemRandom()
# field = rnd.choice(['open', 'high', 'low', 'close', 'volume'])
field = rnd.choice(['close', 'volume'])
field = rnd.choice(['close'])
bar_count = random.randint(3, 6)