You've already forked HeurAMS-legacy
fix
This commit is contained in:
@@ -11,7 +11,7 @@ class Fission:
|
||||
def __init__(self, atom: pt.Atom, phase=PhaserState.RECOGNITION):
|
||||
self.logger = get_logger(__name__)
|
||||
self.atom = atom
|
||||
#print(f"{phase.value}")
|
||||
# print(f"{phase.value}")
|
||||
self.orbital_schedule = atom.registry["orbital"]["schedule"][phase.value] # type: ignore
|
||||
self.orbital_puzzles = atom.registry["orbital"]["puzzles"]
|
||||
# print(self.orbital_schedule)
|
||||
@@ -38,7 +38,6 @@ class Fission:
|
||||
)
|
||||
print(f"ok:{item}")
|
||||
self.logger.debug(f"orbital 项处理完成: {item}")
|
||||
|
||||
|
||||
def generate(self):
|
||||
yield from self.puzzles
|
||||
|
||||
Reference in New Issue
Block a user