projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bb5044
)
Update.
author
François Fleuret
<francois@fleuret.org>
Tue, 25 Jun 2024 16:20:54 +0000
(18:20 +0200)
committer
François Fleuret
<francois@fleuret.org>
Tue, 25 Jun 2024 16:20:54 +0000
(18:20 +0200)
problem.py
patch
|
blob
|
history
diff --git
a/problem.py
b/problem.py
index
354235e
..
8d973eb
100755
(executable)
--- 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