class documentation

class TestBincount:

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):

Undocumented

def test_empty(self):

Undocumented

def test_empty_with_minlength(self):

Undocumented

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

Undocumented

def test_simple(self):

Undocumented

def test_simple2(self):

Undocumented

def test_simple_weight(self):

Undocumented

def test_simple_weight2(self):

Undocumented

def test_with_incorrect_minlength(self):

Undocumented

def test_with_minlength(self):

Undocumented

def test_with_minlength_and_weights(self):

Undocumented

def test_with_minlength_smaller_than_maxvalue(self):

Undocumented