-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
array: fix asarray
for array input with dtype
#11288
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
Can one of the admins verify this patch? Admins can comment |
cc @jsignell @jakirkham @jrbourbeau from gh-8106 |
Hmm, it looks like Should I try using |
9984ae8
to
fb77ee0
Compare
asarray
for array input with dtype
/order
asarray
for array input with dtype
I've hopefully fixed the case of
|
fb77ee0
to
d7f164e
Compare
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 13 files ± 0 13 suites ±0 2h 53m 46s ⏱️ +9s Results for commit 03e4edc. ± Comparison against base commit 1ba9c5b. ♻️ This comment has been updated with latest results. |
d7f164e
to
302656e
Compare
Currently the warning is below Examples on the docs pages. Not sure if it is possible to move upwards while keeping the admonition. |
302656e
to
c912545
Compare
c912545
to
03e4edc
Compare
thx |
array.asarray
does not respectdtype
arg #11285pre-commit run --all-files