test: Re-write test-data with proper decimals

pull/12951/head
Matthias 2 months ago
parent be00f2c26f
commit fcecbe780b

@ -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.
Loading…
Cancel
Save