8000 Review PR for #298 by effigies · Pull Request #314 · poldracklab/fitlins · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Review PR for #298 #314

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 48 commits into from
Dec 7, 2021
Merged

Review PR for #298 #314

merged 48 commits into from
Dec 7, 2021

Conversation

effigies
Copy link
Collaborator

This is just to get CI running and provide a set of commits for @shashankbansal6's consideration.

At the moment, it's mostly refactoring cruft that no longer applies.

External review is obviously also welcome.

shashankbansal6 and others added 30 commits May 31, 2021 18:52
Co-authored-by: Shashank Bansal <shashankbansal56@gmail.com>
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
@pep8speaks
Copy link
pep8speaks commented Sep 13, 2021

Hello @effigies, Thank you for updating!

Line 23:1: F401 'bids.modeling.auto_model' imported but unused

Line 268:21: E126 continuation line over-indented for hanging indent
Line 339:100: E501 line too long (105 > 99 characters)

Line 227:15: E126 continuation line over-indented for hanging indent
Line 229:21: E126 continuation line over-indented for hanging indent
Line 361:21: E126 continuation line over-indented for hanging indent
Line 367:17: E121 continuation line under-indented for hanging indent

Line 45:13: E126 continuation line over-indented for hanging indent
Line 111:13: E126 continuation line over-indented for hanging indent
Line 147:0: F541 f-string is missing placeholders

Line 6:1: F401 'collections.namedtuple' imported but unused
Line 74:50: W291 trailing whitespace
Line 75:1: W293 blank line contains whitespace
Line 84:1: W293 blank line contains whitespace
Line 86:17: E126 continuation line over-indented for hanging indent
Line 89:1: W293 blank line contains whitespace
Line 121:50: W291 trailing whitespace
Line 122:1: W293 blank line contains whitespace
Line 131:1: W293 blank line contains whitespace
Line 133:17: E126 continuation line over-indented for hanging indent
Line 136:1: W293 blank line contains whitespace

Line 20:1: F401 'copy' imported but unused
Line 46:71: W291 trailing whitespace
Line 47:1: W293 blank line contains whitespace

Line 48:15: E251 unexpected spaces around keyword / parameter equals
Line 48:17: E251 unexpected spaces around keyword / parameter equals
Line 66:1: W293 blank line contains whitespace
Line 69:1: W293 blank line contains whitespace
Line 81:1: W293 blank line contains whitespace
Line 89:1: W293 blank line contains whitespace
Line 103:1: W293 blank line contains whitespace

Line 14:5: F401 'bids.modeling.BIDSStatsModelsGraph' imported but unused
Line 84:66: E226 missing whitespace around arithmetic operator
Line 115:13: E126 continuation line over-indented for hanging indent
Line 116:100: E501 line too long (110 > 99 characters)
Line 122:13: E126 continuation line over-indented for hanging indent
Line 123:100: E501 line too long (110 > 99 characters)
Line 125:100: E501 line too long (103 > 99 characters)
Line 128:13: E126 continuation line over-indented for hanging indent
Line 129:100: E501 line too long (110 > 99 characters)
Line 130:100: E501 line too long (102 > 99 characters)
Line 133:13: E126 continuation line over-indented for hanging indent
Line 134:100: E501 line too long (110 > 99 characters)
Line 140:13: E126 continuation line over-indented for hanging indent
Line 141:100: E501 line too long (110 > 99 characters)
Line 143:100: E501 line too long (161 > 99 characters)
Line 199:100: E501 line too long (100 > 99 characters)
Line 216:50: E241 multiple spaces after ','
Line 248:17: E126 continuation line over-indented for hanging indent
Line 248:28: E251 unexpected spaces around keyword / parameter equals
Line 248:30: E251 unexpected spaces around keyword / parameter equals
Line 249:29: E251 unexpected spaces around keyword / parameter equals
Line 249:31: E251 unexpected spaces around keyword / parameter equals
Line 250:25: E251 unexpected spaces around keyword / parameter equals
Line 250:27: E251 unexpected spaces around keyword / parameter equals
Line 251:14: E126 continuation line over-indented for hanging indent
Line 259:17: E126 continuation line over-indented for hanging indent
Line 259:28: E251 unexpected spaces around keyword / parameter equals
Line 259:30: E251 unexpected spaces around keyword / parameter equals
Line 260:29: E251 unexpected spaces around keyword / parameter equals
Line 260:31: E251 unexpected spaces around keyword / parameter equals
Line 261:25: E251 unexpected spaces around keyword / parameter equals
Line 261:27: E251 unexpected spaces around keyword / parameter equals
Line 262:14: E126 continuation line over-indented for hanging indent
Line 270:17: E126 continuation line over-indented for hanging indent
Line 270:28: E251 unexpected spaces around keyword / parameter equals
Line 270:30: E251 unexpected spaces around keyword / parameter equals
Line 271:29: E251 unexpected spaces around keyword / parameter equals
Line 271:31: E251 unexpected spaces around keyword / parameter equals
Line 272:25: E251 unexpected spaces around keyword / parameter equals
Line 272:27: E251 unexpected spaces around keyword / parameter equals
Line 273:14: E126 continuation line over-indented for hanging indent
Line 286:14: E131 continuation line unaligned for hanging indent
Line 297:1: W293 blank line contains whitespace
Line 348:61: E241 multiple spaces after ','
Line 349:46: E241 multiple spaces after ','
Line 351:61: E241 multiple spaces after ','
Line 361:21: E126 continuation line over-indented for hanging indent

Line 3:1: F401 'bids' imported but unused

To test for issues locally, pip install flake8 and then run flake8 fitlins.

Comment last updated at 2021-09-13 20:23:55 UTC

@effigies effigies marked this pull request as draft September 13, 2021 18:52
@effigies effigies force-pushed the 298-review branch 3 times, most recently from f80c9b4 to 50e7d9f Compare September 13, 2021 20:11
@effigies
Copy link
Collaborator Author

@shashankbansal6 I think this is now a straight refactor of yours. Full diff: shashankbansal6/fitlins@enh/mutliverse...poldracklab:298-review

@effigies effigies merged commit 892cafe into master Dec 7, 2021
@effigies effigies deleted the 298-review branch March 30, 2022 00:08
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.

3 participants
0