Skip to content

Commit

Permalink
unused in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gaugau3000 committed Sep 16, 2019
1 parent f987e6e commit f3e3a8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/optimize/test_hyperopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def hyperopt_results():
'profit_percent': [0.1, 0.2, 0.3],
'profit_abs': [0.2, 0.4, 0.5],
'trade_duration': [10, 30, 10],
'profit': [2, 0, 0],
'loss': [0, 0, 1],
'sell_reason': [SellType.ROI, SellType.ROI, SellType.STOP_LOSS]
}
)
Expand Down

0 comments on commit f3e3a8f

Please sign in to comment.