From ff043757ea7d5d992a3d1fc4c435c1422997b1af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Tue, 25 Jun 2024 18:20:54 +0200 Subject: [PATCH] Update. --- problem.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/problem.py b/problem.py index 354235e..8d973eb 100755 --- a/problem.py +++ b/problem.py @@ -7,7 +7,8 @@ class Problem: - # returns a nb x (L+1+L) long tensor + # returns a nb x (L+1+L) long tensor where L is the length of one + # of the two states of a quizz def generate_seq(self, nb): pass -- 2.20.1