Rename hyperoptresult fixture to avoid naming collision

This commit is contained in:
Matthias
2021-05-02 20:06:47 +02:00
parent 287b43e999
commit ef9dd0676c
2 changed files with 5 additions and 5 deletions

View File

@@ -1778,7 +1778,7 @@ def open_trade():
@pytest.fixture
def hyperopt_results():
def saved_hyperopt_results():
return [
{
'loss': 0.4366182531161519,