mislavb commited on
Commit
518dda8
·
1 Parent(s): 2e21199
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -352,7 +352,7 @@ def run_summary_hard():
352
  orig_rows = copy.deepcopy(rows)
353
  # add new rows to random positions in the table
354
  print("new rows: ", new_rows)
355
- for rep in range(30):
356
  rows = copy.deepcopy(orig_rows)
357
  for new_row in new_rows:
358
  rows.insert(random.randint(0, len(rows)), new_row)
 
352
  orig_rows = copy.deepcopy(rows)
353
  # add new rows to random positions in the table
354
  print("new rows: ", new_rows)
355
+ for rep in range(10):
356
  rows = copy.deepcopy(orig_rows)
357
  for new_row in new_rows:
358
  rows.insert(random.randint(0, len(rows)), new_row)