Revert "Merge pull request #1354 from quantopian/revert-1302-point-in-time-asset-db"

This reverts commit 3b633011c6, reversing
changes made to 70ac5323de.
This commit is contained in:
Joe Jevnik
2016-08-02 14:25:10 -04:00
parent ecac6e9e08
commit 4265a13edf
19 changed files with 1324 additions and 615 deletions
+1
View File
@@ -74,6 +74,7 @@ EQUITY_INFO = DataFrame(
index=arange(1, 7),
columns=['start_date', 'end_date'],
).astype(datetime64)
EQUITY_INFO['symbol'] = [chr(ord('A') + n) for n in range(len(EQUITY_INFO))]
TEST_QUERY_ASSETS = EQUITY_INFO.index