diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-07-24 15:58:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 15:58:41 -0500 |
commit | 592040713bf2100e96f76db143f58477f5c48513 (patch) | |
tree | 39c981c5293a9805922e7ca08a63ebeee04847a2 | |
parent | d45b16dae51f9e8fa9b8296677e7a186b5efbc4a (diff) | |
download | numpy-592040713bf2100e96f76db143f58477f5c48513.tar.gz |
Update numpy/core/tests/test_array_coercion.py
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
-rw-r--r-- | numpy/core/tests/test_array_coercion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_array_coercion.py b/numpy/core/tests/test_array_coercion.py index ba46a09a3..edccbcb19 100644 --- a/numpy/core/tests/test_array_coercion.py +++ b/numpy/core/tests/test_array_coercion.py @@ -587,7 +587,7 @@ class TestArrayLikes: pass @property - def __array__struct(self): + def __array_struct__(self): pass def __array__(self): |