Skip to content

Commit 938df09

Browse files
mzuennimpsijm
authored andcommitted
fix tests
1 parent 1e13f76 commit 938df09

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

bin/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ def run_parsed_arguments(args):
11601160
):
11611161
continue
11621162
print(Style.BRIGHT, "PROBLEM ", problem.name, Style.RESET_ALL, sep="", file=sys.stderr)
1163-
print(action, config.args.no_generate)
1163+
11641164
if action in ["generate"]:
11651165
success &= generate.generate(problem)
11661166
if action in ["all", "constraints", "run", "time_limit"] and not config.args.no_generate:

test/problems/problems.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@
55
de: Identität
66
rgb: '#000000'
77
time_limit: 1.0
8-
- id: constants
9-
label: B
10-
name:
11-
en: constants
12-
rgb: '#000000'
13-
time_limit: 1.0
-5.8 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A.pdf
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A.pdf

0 commit comments

Comments
 (0)