Skip to content

Commit

Permalink
Fix small bug
Browse files Browse the repository at this point in the history
close #54
  • Loading branch information
StephanAkkerman committed Sep 25, 2024
1 parent e8f1f39 commit 2951408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperopt/hyperopt_ray.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def hyperopt_full(
models = models[models.index(start_from_model) :]

for model in models:
start_from_tf = None
time_frame = None
coin = "BTC"

# If specifying a model to start from
Expand Down

0 comments on commit 2951408

Please sign in to comment.