class documentation

class TestBincount: (source)

View In Hierarchy

Undocumented

Method test_dtype_reference_leaks Undocumented
Method test_empty Undocumented
Method test_empty_with_minlength Undocumented
Method test_error_not_1d Undocumented
Method test_simple Undocumented
Method test_simple2 Undocumented
Method test_simple_weight Undocumented
Method test_simple_weight2 Undocumented
Method test_with_incorrect_minlength Undocumented
Method test_with_minlength Undocumented
Method test_with_minlength_and_weights Undocumented
Method test_with_minlength_smaller_than_maxvalue Undocumented
@pytest.mark.skipif(not HAS_REFCOUNT, reason='Python lacks refcounts')
def test_dtype_reference_leaks(self): (source)

Undocumented

def test_empty(self): (source)

Undocumented

def test_empty_with_minlength(self): (source)

Undocumented

@pytest.mark.parametrize('vals', [[[2, 2]], 2])
def test_error_not_1d(self, vals): (source)

Undocumented

def test_simple(self): (source)

Undocumented

def test_simple2(self): (source)

Undocumented

def test_simple_weight(self): (source)

Undocumented

def test_simple_weight2(self): (source)

Undocumented

def test_with_incorrect_minlength(self): (source)

Undocumented

def test_with_minlength(self): (source)

Undocumented

def test_with_minlength_and_weights(self): (source)

Undocumented

def test_with_minlength_smaller_than_maxvalue(self): (source)

Undocumented