Zekun Wu commited on
Commit
23935b9
1 Parent(s): aee29a3
Files changed (1) hide show
  1. util/injection.py +1 -1
util/injection.py CHANGED
@@ -103,7 +103,7 @@ def process_scores_multiple(df, num_run, parameters, privilege_label, protect_la
103
 
104
 
105
  charateristics = create_charateristics('\n'.join(summary), group_name, occupation, agent, parameters)
106
- charateristics = "This is a test. This is only a test."
107
 
108
 
109
  for key, label in zip(['Privilege', 'Protect', 'Neutral'], [privilege_label, protect_label, False]):
 
103
 
104
 
105
  charateristics = create_charateristics('\n'.join(summary), group_name, occupation, agent, parameters)
106
+ #charateristics = "This is a test. This is only a test."
107
 
108
 
109
  for key, label in zip(['Privilege', 'Protect', 'Neutral'], [privilege_label, protect_label, False]):