-
Notifications
You must be signed in to change notification settings - Fork 1.2k
code format and update function signatures #213
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #213 +/- ##
==========================================
+ Coverage 94.10% 94.16% +0.05%
==========================================
Files 39 38 -1
Lines 2443 2450 +7
==========================================
+ Hits 2299 2307 +8
+ Misses 144 143 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Not much to say about this PR in practice it changes nothing, but I can see that I don't like much the new formatting style x)
Cherry-pick from thu-ml#200 - update the function signature - format code-style - move _compile into separate functions - fix a bug in to_torch and to_numpy (Batch) - remove None in action_range In short, the code-format only contains function-signature style and `'` -> `"`. (pick up from [black](https://github.com/psf/black))
Cherry-pick from #200
In short, the code-format only contains function-signature style and
'
->"
. (pick up from black)