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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixed typing of bool in _ConvNd #46828

Closed
wants to merge 2 commits into from
Closed

Conversation

frgfm
Copy link
Contributor

@frgfm frgfm commented Oct 25, 2020

Hello there 馃憢

I do believe there is some typo in the typing of the bool argument of _ConvNdconstructor.
The typing of the attribute is correct, but the constructor argument, while being named the same way, is not the value that will be assigned to self.bias.

This PR simply corrects that.

Any feedback is welcome!

@codecov
Copy link

codecov bot commented Oct 26, 2020

Codecov Report

Merging #46828 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #46828      +/-   ##
==========================================
- Coverage   68.96%   68.96%   -0.01%     
==========================================
  Files         434      434              
  Lines       55996    55996              
==========================================
- Hits        38619    38618       -1     
- Misses      17377    17378       +1     

@izdeby izdeby requested a review from ezyang October 26, 2020 17:20
@izdeby izdeby added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Oct 26, 2020
Copy link
Contributor

@ezyang ezyang left a comment

Choose a reason for hiding this comment

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

Nice catch, thanks!

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@frgfm frgfm deleted the conv-typing branch October 28, 2020 15:23
@facebook-github-bot
Copy link
Contributor

@ezyang merged this pull request in c886c7f.

@facebook-github-bot
Copy link
Contributor

@ezyang merged this pull request in c886c7f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merged open source triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants