Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fja
eval
Commits
70056451
Commit
70056451
authored
Jul 11, 2020
by
Kateřina Sloupová
Browse files
web evaluation fix
parent
aaa587be
Pipeline
#62556
passed with stage
in 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
evalweb/web_checker.py
View file @
70056451
...
...
@@ -97,7 +97,9 @@ class WebChecker:
self
.
eq
=
reg
.
DFA
.
is_equivalent
(
student
.
dfa
,
teacher
.
dfa
)
# self.img_src = self.picture(self.eq.inf is None)
if
self
.
task_solved
==
""
and
self
.
eq
.
inf
is
None
:
if
self
.
task_solved
==
""
and
\
self
.
eq
.
right_counterexample
is
None
and
\
self
.
eq
.
left_counterexample
is
None
:
return
True
return
False
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment