Skip to content

Commit 1533480

Browse files
committed
TST: remove complex256 tests from nlargest/nsmallest
1 parent 8ed8206 commit 1533480

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/test_series.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4022,7 +4022,8 @@ def test_nsmallest_nlargest(self):
40224022
raising = [
40234023
Series([3., 2, 1, 2, '5'], dtype='object'),
40244024
Series([3., 2, 1, 2, 5], dtype='object'),
4025-
Series([3., 2, 1, 2, 5], dtype='complex256'),
4025+
# not supported on some archs
4026+
# Series([3., 2, 1, 2, 5], dtype='complex256'),
40264027
Series([3., 2, 1, 2, 5], dtype='complex128'),
40274028
]
40284029

0 commit comments

Comments
 (0)