chore: remove long-deprecated and pointless metric

This commit is contained in:
Matthias
2025-07-16 20:08:17 +02:00
parent 5296a3be23
commit 8f4dfbf55d
2 changed files with 0 additions and 4 deletions

View File

@@ -452,7 +452,6 @@ def test_generate_pair_metrics():
assert (
pytest.approx(pair_results[-1]["profit_mean_pct"]) == pair_results[-1]["profit_mean"] * 100
)
assert pytest.approx(pair_results[-1]["profit_sum_pct"]) == pair_results[-1]["profit_sum"] * 100
def test_generate_daily_stats(testdatadir):