Pad wins / draws / losses for hyperopt with spaces instead of 0's

This commit is contained in:
Matthias
2020-09-19 17:32:22 +02:00
parent 3fe2ed0e18
commit f0d7f18cf9
2 changed files with 5 additions and 4 deletions

View File

@@ -813,7 +813,7 @@ def test_generate_optimizer(mocker, hyperopt_conf) -> None:
'draws': 0,
'duration': 100.0,
'losses': 0,
'winsdrawslosses': '0001/0000/0000',
'winsdrawslosses': ' 1 0 0',
'median_profit': 2.3117,
'profit': 2.3117,
'total_profit': 0.000233,