单元测试和改进
This commit is contained in:
@@ -16,5 +16,5 @@ class Fission():
|
||||
if random.random() <= possibility:
|
||||
self.puzzles.append(puz.puzzles[item])
|
||||
|
||||
def iterator(self):
|
||||
def generate(self):
|
||||
yield from self.puzzles
|
||||
Reference in New Issue
Block a user