class documentation

class TestIndices:

View In Hierarchy

Undocumented

Method test​_return​_type Undocumented
Method test​_scalar​_input Undocumented
Method test​_simple Undocumented
Method test​_single​_input Undocumented
Method test​_sparse Undocumented
@pytest.mark.parametrize('dtype', [np.int32, np.int64, np.float32, np.float64])
@pytest.mark.parametrize('dims', [(), (0), (4, 3)])
def test_return_type(self, dtype, dims):

Undocumented

def test_scalar_input(self):

Undocumented

def test_simple(self):

Undocumented

def test_single_input(self):

Undocumented

def test_sparse(self):

Undocumented