class documentation

class TestConditionalShortcuts: (source)

View In Hierarchy

Undocumented

Method test_clip_statistic_range Undocumented
Method test_shallow_statistic_range Undocumented
Method test_zero_padding_shortcuts Undocumented
@pytest.mark.parametrize('mode', ['maximum', 'mean', 'median', 'minimum'])
def test_clip_statistic_range(self, mode): (source)

Undocumented

@pytest.mark.parametrize('mode', ['maximum', 'mean', 'median', 'minimum'])
def test_shallow_statistic_range(self, mode): (source)

Undocumented

@pytest.mark.parametrize('mode', _all_modes.keys())
def test_zero_padding_shortcuts(self, mode): (source)

Undocumented