-
Notifications
You must be signed in to change notification settings - Fork 144
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
Bugfix to enable monitoring aliased vars #675
Bugfix to enable monitoring aliased vars #675
Conversation
Required to merge: lava-nc/lava-optimization#217 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR adds a suffix to a port name if it already exists which is an easy solution to the problem described in the issue.
I have one request though, could you please add a test which shows that the original issue is solved? So that we can probe aliased vars?
* Bugfix to enable monitoring aliased vars * Update ports.py * Update ports.py * Update test_ports.py * Update test_ports.py * Address review feedback * Match expected behaviour for implicit var port naming --------- Co-authored-by: PhilippPlank <[email protected]>
Issue Number: #676
Objective of pull request:
Pull request checklist
Your PR fulfills the following requirements:
flakeheaven lint src/lava tests/
) and (bandit -r src/lava/.
) pass locallypytest
) passes locallyPull request type
Please check your PR type:
What is the current behavior?
What is the new behavior?
Does this introduce a breaking change?