MCPcopy Create free account
hub / github.com/numpy/numpy / test_string_mergesort

Method test_string_mergesort

numpy/core/tests/test_regression.py:778–781  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

776 x.transpose(list(range(16))) # Should succeed
777
778 def test_string_mergesort(self):
779 # Ticket #540
780 x = np.array(['a']*32)
781 assert_array_equal(x.argsort(kind='m'), np.arange(32))
782
783 def test_argmax_byteorder(self):
784 # Ticket #546

Callers

nothing calls this directly

Calls 2

assert_array_equalFunction · 0.90
argsortMethod · 0.45

Tested by

no test coverage detected