Skip to content

Commit

Permalink
Fix generate_hyperparameters argument in backtest_mode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saleh-mir committed Apr 18, 2024
1 parent 4374c35 commit 87be695
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jesse/modes/backtest_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ def handle_time():
generate_csv=csv,
generate_json=json,
generate_equity_curve=True,
generate_hyperparameters=True,
fast_mode=True
generate_hyperparameters=True
)

if not jh.should_execute_silently():
Expand Down

0 comments on commit 87be695

Please sign in to comment.