-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: assorted cleanups #30473
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
CLN: assorted cleanups #30473
Conversation
Hello @jbrockmendel! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-12-26 00:10:11 UTC |
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.
k, minor comment, can be done later though.
lib.to_object_array_tuples(values) | ||
|
||
# make sure record array works | ||
from collections import namedtuple |
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.
can you move to top
record = namedtuple("record", "x y") | ||
r = record(5, 6) | ||
values = [r] | ||
lib.to_object_array_tuples(values) |
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.
would be nice to compare if you can
lgtm. ping on green. |
ping |
thanks |
No description provided.