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

Start addressing pep8 lint #575

Merged
merged 2 commits into from Jan 26, 2017
Merged

Start addressing pep8 lint #575

merged 2 commits into from Jan 26, 2017

Conversation

lukeyeager
Copy link
Contributor

See #3.

  • Add pep8 automated testing to TravisCI
  • Fix lint in setup.py

This PR only fixes lint in a single file, but you can fix it all with:

autopep8 -v -i -r .

That diff would look pretty terrifying since it would touch every file in the project. I thought I'd start out slow.

@apaszke
Copy link
Contributor

apaszke commented Jan 24, 2017

Not sure if we want to enforce pep8 strictly. @soumith @colesbury?

@soumith soumith merged commit 2ad967d into pytorch:master Jan 26, 2017
@lukeyeager lukeyeager deleted the pep8 branch January 26, 2017 17:47
@lukeyeager lukeyeager mentioned this pull request Jan 27, 2017
ashishfarmer pushed a commit to ashishfarmer/pytorch that referenced this pull request Mar 16, 2020
* enable miopen 3d conv in caffe2

* minor bug fixes with setTensorDescriptor

* added test cases for conv3d in miopen

* removed unnecessary white spaces

* refactored conv code to have one common api for 2d & 3d

* fixed bias tensor descriptor issue

* fixed messages
KyleCZH pushed a commit to KyleCZH/pytorch that referenced this pull request Sep 20, 2021
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.

None yet

4 participants