test: Re-write test-data with proper decimals

This commit is contained in:
Matthias
2026-03-14 16:40:04 +01:00
parent be00f2c26f
commit fcecbe780b
2 changed files with 2 additions and 2 deletions

View File

@@ -72,8 +72,8 @@ def test_backtest_position_adjustment(default_conf, fee, mocker, testdatadir) ->
"initial_stop_loss_ratio": [-0.1, -0.1],
"stop_loss_abs": [0.0940005, 0.092722365],
"stop_loss_ratio": [-0.1, -0.1],
"min_rate": [0.10370188, 0.10300000000000001],
"max_rate": [0.10481985, 0.10388887000000001],
"min_rate": [0.10370188, 0.103000000],
"max_rate": [0.10481985, 0.103888870],
"is_open": [False, False],
"enter_tag": ["", ""],
"leverage": [1.0, 1.0],

Binary file not shown.