Small fixes to tests
This commit is contained in:
@@ -54,4 +54,6 @@ def _build_backtest_dataframe(data):
|
||||
frame[column] = frame[column].astype('float64')
|
||||
if 'buy_tag' not in columns:
|
||||
frame['buy_tag'] = None
|
||||
if 'exit_tag' not in columns:
|
||||
frame['exit_tag'] = None
|
||||
return frame
|
||||
|
Reference in New Issue
Block a user