Component debugging funcionality. (#4012)

### What problem does this PR solve?

#3993
### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Kevin Hu
2024-12-13 08:50:32 +08:00
committed by GitHub
parent 275b5d14f2
commit 7559bbd46d
5 changed files with 16 additions and 5 deletions

View File

@ -78,4 +78,6 @@ class Relevant(Generate, ABC):
return Relevant.be_output(self._param.no)
assert False, f"Relevant component got: {ans}"
def debug(self, **kwargs):
return self._run([], **kwargs)