Skip to content

Commit 11a39d1

Browse files
committed
removed most alerts
info logs remain the same for a better overview
1 parent 9e83d51 commit 11a39d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monitoring_tests/combinatorial_auction_surplus_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def run_combinatorial_auction(self, competition_data: dict[str, Any]) -> bool:
101101
f"Absolute difference: {float(a_abs_eth):.5f}ETH",
102102
]
103103
)
104-
if a_abs_eth > SURPLUS_ABSOLUTE_DEVIATION_ETH:
104+
if "BaselineSolver" in solutions_filtering_winner:
105105
self.alert(log_output)
106106
elif (
107107
a_abs_eth > SURPLUS_ABSOLUTE_DEVIATION_ETH / 10

0 commit comments

Comments
 (0)