MAINT: Use float in np.full.

This commit is contained in:
Scott Sanderson
2016-07-18 12:33:10 -04:00
parent c4e114c28f
commit 905df55a2d
+1 -1
View File
@@ -590,7 +590,7 @@ class BcolzMinuteBarTestCase(WithTradingCalendars,
'high': full(9, nan),
'low': full(9, nan),
'close': full(9, nan),
'volume': full(9, 0),
'volume': full(9, 0.0),
},
index=[minutes])
self.writer.write_sid(sid, data)