-
Notifications
You must be signed in to change notification settings - Fork 63
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
Use self.frame_prefix
instead of frame_prefix
#205
Use self.frame_prefix
instead of frame_prefix
#205
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
5e602e5
to
83af677
Compare
9725e97
to
166eb4e
Compare
83af677
to
95c47ce
Compare
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.
LGTM
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.
HIL tested, fine with me
95c47ce
to
d730060
Compare
The base branch was changed.
I am not sure why the review approvals are not showing anymore... can @ksharma-bdai and @bhung-bdai re-approve, please? |
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.
Weird. Reviews got dismissed?
d730060
to
91f3a61
Compare
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.
re-approved!
All uses of "frame_prefix" are either via `self.frame_prefix` or `self.spot_wrapper.frame_prefix` now, reducing potential divergence.
All uses of "frame_prefix" are either via
self.frame_prefix
orself.spot_wrapper.frame_prefix
now, reducing potential divergence.