mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-08 20:47:44 +00:00
fix: ignore class types when filtering workflow steps (#1085)
* fix: ignore class types when filtering workflow steps * chore: add TODO for record method in RDLoop * lint
This commit is contained in:
@@ -87,3 +87,6 @@ class RDLoop(LoopBase, metaclass=LoopMeta):
|
||||
feedback = self.summarizer.generate_feedback(prev_out["running"], self.trace)
|
||||
logger.log_object(feedback, tag="feedback")
|
||||
self.trace.hist.append((prev_out["running"], feedback))
|
||||
|
||||
# TODO: `def record(self, prev_out: dict[str, Any]):` has already been hard coded into LoopBase
|
||||
# So we should add it into RDLoop class to make sure every RDLoop Sub Class be aware of it.
|
||||
|
||||
Reference in New Issue
Block a user