-
Notifications
You must be signed in to change notification settings - Fork 289
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
[style] Remove prefix typing
and adapt to google style doc
#307
[style] Remove prefix typing
and adapt to google style doc
#307
Conversation
Codecov Report
@@ Coverage Diff @@
## development #307 +/- ##
===============================================
+ Coverage 82.09% 82.12% +0.03%
===============================================
Files 151 151
Lines 8651 8650 -1
Branches 1322 1322
===============================================
+ Hits 7102 7104 +2
+ Misses 1084 1082 -2
+ Partials 465 464 -1
Continue to review full report at Codecov.
|
f879bd3
to
05dd311
Compare
autoPyTorch/pipeline/components/setup/network_backbone/utils.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thanks for this PR. I have left 2 minor comments and 1 major comment. I hope they can be resolved.
autoPyTorch/pipeline/components/setup/network_backbone/utils.py
Outdated
Show resolved
Hide resolved
71e8d27
to
2828fea
Compare
The changes are the following: 1. [google doc style] Arguments --> Args 2. [style] typing.xxx --> xxx 3. [mypy] torch.tensor --> torch.Tensor
3e9c1f7
to
ea3dc91
Compare
This PR addresses Issue #302.