Update.
authorFrançois Fleuret <francois@fleuret.org>
Tue, 25 Jun 2024 16:20:54 +0000 (18:20 +0200)
committerFrançois Fleuret <francois@fleuret.org>
Tue, 25 Jun 2024 16:20:54 +0000 (18:20 +0200)
problem.py

index 354235e..8d973eb 100755 (executable)
@@ -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