Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Small coding style improvements #659
Small coding style improvements #659
Changes from all commits
730b4a5
772aa37
c1d1053
0500bd1
7914fd2
68aed16
6ea44a4
c24fd9c
8e4b200
0d1a11f
30e9876
3c783df
3f5388a
c34df60
084a112
1d0ba5b
47d02f4
2e3bf80
9232822
f2b3640
dd2af53
120c62c
807cb85
c6ccb59
2f06a24
49304b6
a6378c4
8f369e2
1e9764f
1ce06a4
4004d84
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Same comment as prior - if
_m
and_b
aren't being used by the function, we shouldn't have them.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.
Same as above
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.
Are we sure this is the incorrect return? The return that's staying doesn't seem to include
a
,b
, orc
.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 sure, but it is actually a matrix which seems to make more sense. Doesn't affect the test cases which is unfortunate, so I couldn't tell.