-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
TST: force dtype of arange to int64 to not be platform dependent #30948
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
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.
Thanks @AndresGuzman-Ballen LGTM.
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.
Whoops. I actually said something wrong ;). We should match the dtype
of the signature. Not sure why I wrote np.float64
.
f4331c7
to
7305113
Compare
Anything else that's needed before this can be merged? |
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.
LGTM. Thanks @AndresGuzman-Ballen
@lesteve do you want to have another look.
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.
Thank you for the PR @AndresGuzman-Ballen ! LGTM
Great! Always happy to contribute to open-source. All I need is for @glemaitre to give me diffs and I'll do the rest ;) |
Reference Issues/PRs
Fixes #30782, specifically applying the suggestion that @glemaitre had made here: #30782 (comment)