MAINT: Pass float explicitly.

This commit is contained in:
Scott Sanderson
2016-07-20 18:14:03 -04:00
parent 9c82960876
commit 758ed0fffa
+1 -1
View File
@@ -633,7 +633,7 @@ class BcolzMinuteBarTestCase(WithTradingCalendars,
view(float64),
'close': ((0b11111111111 << 52) + arange(31, 40, dtype=int64)).
view(float64),
'volume': full(9, 0),
'volume': full(9, 0.0),
},
index=[minutes])
self.writer.write_sid(sid, data)