fix edge testcase

This commit is contained in:
kevinjulian
2021-07-20 23:40:32 +07:00
parent cbfedf8b29
commit 5d04d6ffa7
3 changed files with 24 additions and 26 deletions

View File

@@ -453,8 +453,6 @@ class Backtesting:
row_index = indexes[pair]
try:
row = data[pair][row_index]
print('weeee')
print(row)
except IndexError:
# missing Data for one pair at the end.
# Warnings for this are shown during data loading