Skip to content

Fix linting on delphi utils #465

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

Merged
merged 3 commits into from
Nov 10, 2020
Merged

Fix linting on delphi utils #465

merged 3 commits into from
Nov 10, 2020

Conversation

chinandrew
Copy link
Contributor

Summary of changes:

  • Fix linting across utils. Math-y variable names were ignored.

One outstanding linting error not included in this PR, will be fixed by #460

@chinandrew chinandrew mentioned this pull request Nov 9, 2020
7 tasks
self, data, zip_col="zip", msa_col="msa", date_col="date", count_cols=None
self, data, zip_col="zip", date_col="date", count_cols=None
Copy link
Contributor

Choose a reason for hiding this comment

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

What's going on here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that variable is unused in that function.

Copy link
Contributor

Choose a reason for hiding this comment

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

Do we know if any indicators call it with that keyword?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Didn't find any uses when I searched, only saw use of the zip_to_msa function below it, which calls convert_zip_to_msa.

Copy link
Contributor

@krivard krivard left a comment

Choose a reason for hiding this comment

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

lgtm

@krivard krivard merged commit 6681a47 into main Nov 10, 2020
@krivard krivard deleted the utils-lint branch November 10, 2020 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants