summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-09-02 11:18:37 -0500
committerGitHub <noreply@github.com>2020-09-02 11:18:37 -0500
commiteaf499cfb65cf8e15667ed9617d67fde9cdded32 (patch)
tree2ccd8a35ca115e0f2bc0c38d43f936b6e06ad757
parent22d0b20fd096348bd74e30669ce19fefb73554f8 (diff)
downloadnumpy-eaf499cfb65cf8e15667ed9617d67fde9cdded32.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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/tests/test_array_coercion.py b/numpy/core/tests/test_array_coercion.py
index 22f296f85..a6c8cc8b2 100644
--- a/numpy/core/tests/test_array_coercion.py
+++ b/numpy/core/tests/test_array_coercion.py
@@ -500,6 +500,7 @@ class TestNested:
assert res[0] is arr
assert res[1] is mismatch_first_dim
+
class TestBadSequences:
# These are tests for bad objects passed into `np.array`, in general
# these have undefined behaviour. In the old code they partially worked