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.
MAINT Convert
int
tointp_t
ctype def intree/
related code #27546New 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
MAINT Convert
int
tointp_t
ctype def intree/
related code #27546Changes from all commits
48a58e8
4e2232e
357400e
e74a0cf
e2a1204
90a4233
9d95769
b0cc454
32dc901
ae05493
cdde707
753fb60
6b32bab
e66a3dd
df7a31a
defe311
502ca72
bc410d0
877dc32
b41e857
fdabf1d
4ef948f
ab7abcc
765bead
ae10cc5
bb1713b
ae3d69b
0014b13
a099db9
e348e4a
45598a6
310d11c
3dfaea0
346d4d4
2dea684
ee91a14
88b9efb
276abdd
cb8ffe6
ebb7155
3d1622c
8b9a5dc
d7e2c01
0dc4a12
ba0e0b0
229f4d7
339e30d
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.
You can specify the dtype of
grid
andtarget_features
in the docstring as well.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.
Done
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.
Can you update the docstring above to specify the dtype of
grid
andtarget_features
.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.
Done
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.
you can also update the
grid
andtarget_features
dtype in the docstring.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.
Done
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.
Since
n
is alreadyintp_t
then it makes sense.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.
I think that I agree with the changes below because they are all linked to some sort of indexing types.