rb125 commited on
Commit
6a61d72
·
1 Parent(s): 3eed5db

enable live audit for proper robustness scoring

Browse files
Files changed (1) hide show
  1. server/api.py +1 -1
server/api.py CHANGED
@@ -60,7 +60,7 @@ def _run_economy(num_rounds: int, initial_balance: float):
60
  config = LiveSimConfig(
61
  num_rounds=num_rounds,
62
  initial_balance=initial_balance,
63
- run_live_audit=False,
64
  self_verify=True,
65
  max_retries=1,
66
  test_eth_top_up_threshold=0.05,
 
60
  config = LiveSimConfig(
61
  num_rounds=num_rounds,
62
  initial_balance=initial_balance,
63
+ run_live_audit=True,
64
  self_verify=True,
65
  max_retries=1,
66
  test_eth_top_up_threshold=0.05,