MAINT: Integrate asset writer changes into TradingEnvironment

This commit is contained in:
Stewart Douglas
2015-09-10 11:53:23 -04:00
committed by jfkirk
parent abcb6704e8
commit 97e980751f
3 changed files with 21 additions and 8 deletions
+1 -2
View File
@@ -88,8 +88,7 @@ def build_lookup_generic_cases():
},
],
index='sid')
from nose.tools import set_trace; set_trace()
db_path = '/Users/stewart/temp.db'
db_path = '~/temp.db'
conn = sqlite3.connect(db_path)
asset_writer = AssetDBWriterFromDataFrame(equities=frame)
asset_writer.write_all(conn)