Update.
[culture.git] / main.py
diff --git a/main.py b/main.py
index e058822..549e7ea 100755 (executable)
--- a/main.py
+++ b/main.py
@@ -568,6 +568,8 @@ def create_quizzes(
             other_models=other_models,
         )
 
             other_models=other_models,
         )
 
+        print(nb_correct)
+
         to_keep = new_quizzes[nb_correct == len(other_models) - 1]
         log_string(f"keep {to_keep.size(0)} quizzes")
         kept.append(to_keep)
         to_keep = new_quizzes[nb_correct == len(other_models) - 1]
         log_string(f"keep {to_keep.size(0)} quizzes")
         kept.append(to_keep)