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

Show_config() does not respect the overwritten plugins #104

Closed
zihaoxu98 opened this issue Jun 21, 2023 · 1 comment
Closed

Show_config() does not respect the overwritten plugins #104

zihaoxu98 opened this issue Jun 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@zihaoxu98
Copy link
Collaborator

In components, the simulation tree is deduced based on the order of registration, i.e. later registered plugins have higher priority if two plugins simulate the same feature.

However, when using component.show_config(), it will show all the configs from all plugins even if some of them are overwritten by other plugins.

@zihaoxu98 zihaoxu98 added the bug Something isn't working label Jun 21, 2023
@zihaoxu98
Copy link
Collaborator Author

Solved by #119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant