mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 05:41:19 +08:00
MAINT: Pass float to np.full explicitly.
This commit is contained in:
@@ -3476,7 +3476,7 @@ class TestOrderCancelation(WithDataPortal,
|
||||
'high': minutes_arr + 2,
|
||||
'low': minutes_arr - 1,
|
||||
'close': minutes_arr,
|
||||
'volume': np.full(minutes_count, 1),
|
||||
'volume': np.full(minutes_count, 1.0),
|
||||
},
|
||||
index=asset_minutes,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user