class documentation

class TestArrayConstruction:

View In Hierarchy

Undocumented

Method test​_array Undocumented
Method test​_array​_as​_keyword Undocumented
Method test​_array​_cont Undocumented
Method test​_array​_copy​_false Undocumented
Method test​_array​_copy​_true Undocumented
Method test​_array​_empty Undocumented
Method test​_bad​_arguments​_error Undocumented
def test_array(self):

Undocumented

@pytest.mark.parametrize('func', [np.array, np.asarray, np.asanyarray, np.ascontiguousarray, np.asfortranarray])
def test_array_as_keyword(self, func):

Undocumented

def test_array_cont(self):

Undocumented

def test_array_copy_false(self):

Undocumented

def test_array_copy_true(self):

Undocumented

def test_array_empty(self):

Undocumented

@pytest.mark.parametrize('func', [np.array, np.asarray, np.asanyarray, np.ascontiguousarray, np.asfortranarray])
def test_bad_arguments_error(self, func):

Undocumented