8000 BUG: Allow array-like types to be coerced as object array elements by seberg · Pull Request #16941 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: Allow array-like types to be coerced as object array elements #16941

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

Merged
merged 2 commits into from
Jul 28, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Lo 8000 ading
Diff view
Diff view
Prev Previous commit
Update numpy/core/tests/test_array_coercion.py
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
  • Loading branch information
seberg and eric-wieser authored Jul 24, 2020
commit 592040713bf2100e96f76db143f58477f5c48513
2 changes: 1 addition & 1 deletion numpy/core/tests/test_array_coercion.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def __array_interface__(self):
pass

@property
def __array__struct(self):
def __array_struct__(self):
pass

def __array__(self):
Expand Down
0