kateforsberg commited on
Commit
8b15795
·
1 Parent(s): 619fb17

too many rejected questions

Browse files
Files changed (1) hide show
  1. uw_programmatic/uw_machine.py +1 -1
uw_programmatic/uw_machine.py CHANGED
@@ -170,7 +170,7 @@ class UWMachine(UWBaseMachine):
170
  if self.give_up_count == 3:
171
  writer.writerow(
172
  [
173
- "Failed to generate more questions.",
174
  ]
175
  )
176
  rejected_path = Path.cwd().joinpath("outputs/rejected_list.csv")
 
170
  if self.give_up_count == 3:
171
  writer.writerow(
172
  [
173
+ "Too many rejected questions.",
174
  ]
175
  )
176
  rejected_path = Path.cwd().joinpath("outputs/rejected_list.csv")