Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Component names are not searchable with findComponentByName #527

Open
feldergast opened this issue May 12, 2020 · 1 comment
Open
Assignees
Labels
Milestone

Comments

@feldergast
Copy link
Contributor

Since the SubComponent naming uses colons to separate out parent and child names, Component names (or slot names) with colons creates names that are not findable using findComponentByName in the python input file. Either need to modify the find function to be able to differentiate colons in names from separator colons, or more likely, check Component and slot names to ensure there are no colons in them.

@feldergast feldergast added this to the Future milestone May 12, 2020
@feldergast feldergast self-assigned this May 12, 2020
@allevin
Copy link
Contributor

allevin commented Jul 14, 2021

New naming conventions for SST12 will resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants