From 12dd548883b075ff8364d710c00ca2a76ae467d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Thu, 12 Sep 2024 08:54:54 +0200 Subject: [PATCH] Update. --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index fbfbdf8..c60b3c6 100755 --- a/main.py +++ b/main.py @@ -1173,6 +1173,9 @@ def generate_ae_c_quizzes(models, nb, local_device=main_device): nb_hints=args.nb_hints, nb_runs=args.nb_runs, ) + + # to_keep[...]=True + q = c_quizzes[to_keep] if q.size(0) > 0: -- 2.39.5