Skip to content

Commit e917147

Browse files
author
Nesterov Alexander
committed
Update variants generation
1 parent e78e418 commit e917147

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ cmake-build-debug
66
.vscode/
77
scripts/variants.csv
88
scripts/variants.xlsx
9+
venv

scripts/variants_generation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from xlsxwriter.workbook import Workbook
55

66
NUM_TASKS = 3
7-
NUM_STUDENTS = 25
7+
NUM_STUDENTS = 29
88
NUM_VARIANTS = 27
99
csvfile = 'variants.csv'
1010

0 commit comments

Comments
 (0)