Skip to content

Commit

Permalink
Merge branch 'main' into remove_quote_test
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang authored Jan 12, 2024
2 parents 671deb8 + 112e35a commit e11670e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@
from src.monitoring_tests.solver_competition_surplus_test import (
SolverCompetitionSurplusTest,
)
from src.monitoring_tests.partially_fillable_cost_coverage_test import (
PartialFillCostCoverageTest,
)

from src.monitoring_tests.reference_solver_surplus_test import (
ReferenceSolverSurplusTest,
)
from src.monitoring_tests.cost_coverage_per_solver_test import (
CostCoveragePerSolverTest,
)
from src.monitoring_tests.mev_blocker_kickbacks_test import (
MEVBlockerRefundsMonitoringTest,
)
Expand All @@ -43,8 +38,6 @@ def main() -> None:
tests = [
SolverCompetitionSurplusTest(),
ReferenceSolverSurplusTest(),
PartialFillCostCoverageTest(),
CostCoveragePerSolverTest(),
MEVBlockerRefundsMonitoringTest(),
BuffersMonitoringTest(),
CombinatorialAuctionSurplusTest(),
Expand Down

0 comments on commit e11670e

Please sign in to comment.