From f1b3f2dc6b34afb0e85b6ff8a8cb3ec30c828ab1 Mon Sep 17 00:00:00 2001 From: Sid Date: Mon, 16 Dec 2024 17:12:31 -0800 Subject: [PATCH 1/2] Bump start block for if eval v2. --- constants/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/__init__.py b/constants/__init__.py index 41fe195..8de312f 100644 --- a/constants/__init__.py +++ b/constants/__init__.py @@ -141,7 +141,7 @@ } INSTRUCT_8B_BLOCK = 4_451_695 -IF_EVAL_V2_BLOCK = 4_503_159 +IF_EVAL_V2_BLOCK = 4_552_392 # Schedule of competitions by block. COMPETITION_SCHEDULE_BY_BLOCK: List[Tuple[int, List[Competition]]] = [ From 7b58fc1a57c5088d76558da74a9c8828f9d58e93 Mon Sep 17 00:00:00 2001 From: Sid Date: Mon, 16 Dec 2024 21:32:26 -0800 Subject: [PATCH 2/2] Move to Friday. --- constants/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/__init__.py b/constants/__init__.py index 8de312f..a0a1efd 100644 --- a/constants/__init__.py +++ b/constants/__init__.py @@ -141,7 +141,7 @@ } INSTRUCT_8B_BLOCK = 4_451_695 -IF_EVAL_V2_BLOCK = 4_552_392 +IF_EVAL_V2_BLOCK = 4_523_592 # Schedule of competitions by block. COMPETITION_SCHEDULE_BY_BLOCK: List[Tuple[int, List[Competition]]] = [