mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 10:26:10 +08:00
MAINT: Use float in np.full.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user