MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / test_shape

Method test_shape

tests/transforms/test_rand_scale_crop.py:50–51  ·  view source on GitHub ↗
(self, input_param, input_shape, expected_shape)

Source from the content-addressed store, hash-verified

48
49 @parameterized.expand(TEST_SHAPES)
50 def test_shape(self, input_param, input_shape, expected_shape):
51 self.crop_test(input_param, input_shape, expected_shape)
52
53 @parameterized.expand(TEST_VALUES)
54 def test_value(self, input_param, input_data):

Callers

nothing calls this directly

Calls 1

crop_testMethod · 0.80

Tested by

no test coverage detected