File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1846,7 +1846,7 @@ def create_index(self):
18461846 def test_argsort (self ):
18471847 idx = self .create_index ()
18481848 if PY36 :
1849- with tm .assert_raises_regex (TypeError , "'>' not supported" ):
1849+ with tm .assert_raises_regex (TypeError , "'>|< ' not supported" ):
18501850 result = idx .argsort ()
18511851 elif PY3 :
18521852 with tm .assert_raises_regex (TypeError , "unorderable types" ):
@@ -1859,7 +1859,7 @@ def test_argsort(self):
18591859 def test_numpy_argsort (self ):
18601860 idx = self .create_index ()
18611861 if PY36 :
1862- with tm .assert_raises_regex (TypeError , "'>' not supported" ):
1862+ with tm .assert_raises_regex (TypeError , "'>|< ' not supported" ):
18631863 result = np .argsort (idx )
18641864 elif PY3 :
18651865 with tm .assert_raises_regex (TypeError , "unorderable types" ):
You can’t perform that action at this time.
0 commit comments