File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -925,8 +925,7 @@ def test_structured_array_subshapes(self):
925
925
assert_array_equal (a ['bar' ], z ['bar' ])
926
926
assert_array_equal (a ['baz' ], z ['baz' ])
927
927
else :
928
- # BUG(onalant): numpy cannot compare empty arrays of structured dtypes with
929
- # subshapes
928
+ # BUG(onalant): https://www.github.com/numpy/numpy/issues/11946
930
929
assert a .tobytes () == z [...].tobytes ()
931
930
932
931
def test_structured_array_nested (self ):
@@ -959,8 +958,7 @@ def test_structured_array_nested(self):
959
958
assert_array_equal (a ['bar' ], z ['bar' ])
960
959
assert_array_equal (a ['baz' ], z ['baz' ])
961
960
else :
962
- # BUG(onalant): numpy cannot compare empty arrays of structured dtypes with
963
- # subshapes
961
+ # BUG(onalant): https://www.github.com/numpy/numpy/issues/11946
964
962
assert a .tobytes () == z [...].tobytes ()
965
963
966
964
def test_dtypes (self ):
You can’t perform that action at this time.
0 commit comments