class documentation

class TestArraySplit: (source)

View In Hierarchy

Undocumented

Method test_index_split_high_bound Undocumented
Method test_index_split_low_bound Undocumented
Method test_index_split_simple Undocumented
Method test_integer_0_split Undocumented
Method test_integer_split Undocumented
Method test_integer_split_2D_cols Undocumented
Method test_integer_split_2D_default This will fail if we change default axis
Method test_integer_split_2D_rows Undocumented
Method test_integer_split_2D_rows_greater_max_int32 Undocumented
def test_index_split_high_bound(self): (source)

Undocumented

def test_index_split_low_bound(self): (source)

Undocumented

def test_index_split_simple(self): (source)

Undocumented

def test_integer_0_split(self): (source)

Undocumented

def test_integer_split(self): (source)

Undocumented

def test_integer_split_2D_cols(self): (source)

Undocumented

def test_integer_split_2D_default(self): (source)

This will fail if we change default axis

def test_integer_split_2D_rows(self): (source)

Undocumented

@pytest.mark.skipif(not IS_64BIT, reason='Needs 64bit platform')
def test_integer_split_2D_rows_greater_max_int32(self): (source)

Undocumented