From dc7b764895c3f8bfe5d694900faf190163ce9f09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Thu, 1 Aug 2024 10:11:07 +0200 Subject: [PATCH] Update. --- grids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grids.py b/grids.py index 19b9ce4..9b1ed50 100755 --- a/grids.py +++ b/grids.py @@ -167,7 +167,7 @@ class Grids(problem.Problem): self.check_structure(quizzes, struct) return struct - def inject_noise(self, quizzes, noise, struct=None, mask=None): + def inject_noise(self, quizzes, noise): # , struct=None, mask=None): # assert self.check_structure(quizzes, struct=struct) S = self.height * self.width -- 2.20.1