-
Notifications
You must be signed in to change notification settings - Fork 2
DescriptorArray #105
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
DescriptorArray #105
Conversation
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.
I don't really know if I'm in favour of the smooth_operator
implementation. More verbose code is sometimes better if it produces more readable code, but we should also get another persons opinion on this.
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.
Very well written code, good comments and adherence to our style.
Minor issues raised for consideration.
I like smooth_operator
- it is internal, so no API will see it.
e31308a
to
d93eadc
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.
Well done! Just a few issues.
I think that should be everything taken care of! We can merge if you guys are happy imo Edit: @damskii9992 re-requested the review from you since you requested changes. |
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.
ValueError string is incomplete, but otherwise I would finally say this is ready to be merged :)
Implements the
DescriptorArray
type, defined in #95 and #103Fixes #103