Name conflict in kfactory.kcell::name #4441
Unanswered
oradwastaken
asked this question in
Q&A
Replies: 1 comment 2 replies
|
because it creates two cells with the same name in the same namespace (internal objects of kfactory). You can ignore this as long as not both get instantiated at the same time |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Why is it that kfactory still raises this
ERROR | kfactory.kcell:name:687 - Name conflict in kfactory.kcell::name.Even if I'm using
rename_duplicated_cells=True?It seems like everything is compiling correctly, but the cells have
$1appended to them. I find I can strategically addgf.clear_cache()in certain locations to avoid this warning (and the appended $ index) but that sometimes breaks the workflow.Below is my MWE:
Running this yields:
All reactions