Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic restriction lifting #25

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Add restricted_time argument to missing test
  • Loading branch information
Lorax66 committed Feb 5, 2023
commit c1fa16eb78ebb6584fc254102b03dbfe2c2914ff
Original file line number Diff line number Diff line change
@@ -159,7 +159,7 @@ def test(contest_start, contest_stop, analysis_start, analysis_end,
res = compute_actual_phase(
end - step, contest_start, contest_stop,
analysis_start, analysis_end,
per_user_time, starting_time, delay_time, extra_time)
per_user_time, starting_time, restricted_time, delay_time, extra_time)
assert res == (status, begin, end, valid_begin, valid_end), \
"Check on %s returned %s instead of %s" % (
end - step, res, (status, begin, end,