You've already forked HeurAMS-Legacy
fix
This commit is contained in:
@@ -9,8 +9,12 @@ class Procession:
|
||||
"""队列: 标识单次记忆流程"""
|
||||
|
||||
def __init__(self, atoms: list, phase: PhaserState, name: str = ""):
|
||||
logger.debug("Procession.__init__: 原子数量=%d, phase=%s, name='%s'",
|
||||
len(atoms), phase.value, name)
|
||||
logger.debug(
|
||||
"Procession.__init__: 原子数量=%d, phase=%s, name='%s'",
|
||||
len(atoms),
|
||||
phase.value,
|
||||
name,
|
||||
)
|
||||
self.atoms = atoms
|
||||
self.queue = atoms.copy()
|
||||
self.current_atom = atoms[0]
|
||||
|
||||
Reference in New Issue
Block a user