class documentation

class TestConditionalShortcuts:

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

Undocumented

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

Undocumented

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

Undocumented