From df94aff376a16aec85175f13a42aec7eda317542 Mon Sep 17 00:00:00 2001 From: Pushpdeep Singh <93198956+iampushpdeep@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:54:24 +0530 Subject: [PATCH] Update hhh.py --- hhh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hhh.py b/hhh.py index bbfc406..222d57f 100644 --- a/hhh.py +++ b/hhh.py @@ -132,7 +132,7 @@ def evaluate( # A is the correct answer A_base, B_base = model.get_choice(chosen_first) # B is the correct answer - A, B = model.get_choice(chose_last) + A, B = model.get_choice(chosen_last) if (A_base + B) > (B_base + A): pred = "A"