X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;ds=inline;f=problem.py;h=0795de193dff1afd7ddb44910cb34f1e184b62db;hb=c32e471f8153ce4bdf19fb440f1e642eda4b972a;hp=95a9c4180be0bbac89bd19b8329b80c22942a72f;hpb=4f0057b363762698f90eea05de154e62b6883bd0;p=culture.git diff --git a/problem.py b/problem.py index 95a9c41..0795de1 100755 --- a/problem.py +++ b/problem.py @@ -9,7 +9,7 @@ class Problem: # 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): + def generate_token_sequences(self, nb): pass # save a file to vizualize quizzes, you can save a txt or png file