class documentation

class TestArrayCreationCopyArgument(object): (source)

View In Hierarchy

Undocumented

Class RaiseOnBool Undocumented
Method test___array__ Undocumented
Method test_array_interfaces Undocumented
Method test_buffer_interface Undocumented
Method test_compatible_cast Undocumented
Method test_order_mismatch Undocumented
Method test_scalars Undocumented
Method test_striding_not_ok Undocumented
Class Variable false_vals Undocumented
Class Variable true_vals Undocumented
def test___array__(self): (source)

Undocumented

def test_array_interfaces(self): (source)

Undocumented

def test_buffer_interface(self): (source)

Undocumented

def test_compatible_cast(self): (source)

Undocumented

@pytest.mark.parametrize('arr', [np.ones(()), np.arange(81).reshape((9, 9))])
@pytest.mark.parametrize('order1', ['C', 'F', None])
@pytest.mark.parametrize('order2', ['C', 'F', 'A', 'K'])
def test_order_mismatch(self, arr, order1, order2): (source)

Undocumented

def test_scalars(self): (source)

Undocumented

def test_striding_not_ok(self): (source)

Undocumented

false_vals = (source)

Undocumented

true_vals = (source)

Undocumented