add fixes for random test failures

This commit is contained in:
Matthias
2022-09-26 08:11:00 +00:00
parent 041258a549
commit a1a62681bf
3 changed files with 9 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ class Hyperopt:
"""
Hyperopt class, this class contains all the logic to run a hyperopt simulation
To run a backtest:
To start a hyperopt run:
hyperopt = Hyperopt(config)
hyperopt.start()
"""