Skip to content
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

make pylint happier: format => file_format #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zenogantner
Copy link
Contributor

format() is a built-in Python function.
Rename parameter to avoid local overwrite.

This will also avoid complaints from pylint when run on this file, or on code that derives from the Dataset class.

format() is a built-in Python function.
Rename parameter to avoid local overwrite.

This will also avoid complaints from pylint when run on this file, or on code that derives from the Dataset class.
@strani strani requested review from strani and removed request for strani September 22, 2018 07:36
Copy link
Contributor

@strani strani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format is used as a parameter not only in the Dataset class but also in the model file (RTEnsemble). Since I think you are right about making code complaints with pylint, I would suggest you modify accordingly the rest of the project. Please take care also of test cases using this keyword parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants