We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The name of fields in the methods in the library are mostly explicit e.g. columns, wells. format should be used instead of fmt. See #153 (comment)
columns
wells
format
fmt
The text was updated successfully, but these errors were encountered:
I think that format is avoided as a variable name since it would overwrite the built-in format() function: https://docs.python.org/3/library/functions.html#format
format()
Sorry, something went wrong.
Probably worth closing this?
No branches or pull requests
The name of fields in the methods in the library are mostly explicit e.g.
columns
,wells
.format
should be used instead offmt
. See #153 (comment)The text was updated successfully, but these errors were encountered: