remove firm that denied request from candidate list

This commit is contained in:
2023-05-15 13:37:05 +08:00
parent aac2607284
commit 7e8980d0c6
15 changed files with 82 additions and 53 deletions

View File

@@ -38,7 +38,7 @@ if __name__ == '__main__':
from controller_db import ControllerDB
controller_db = ControllerDB(args.exp, reset_flag=args.reset_sample)
# controller_db.reset_db()
# force drop
controller_db.reset_db(force_drop=args.reset_db)