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

Method test_shape

tests/transforms/test_spatial_crop.py:59–60  ·  view source on GitHub ↗
(self, input_param, input_shape, expected_shape)

Source from the content-addressed store, hash-verified

57
58 @parameterized.expand(TESTS)
59 def test_shape(self, input_param, input_shape, expected_shape):
60 self.crop_test(input_param, input_shape, expected_shape)
61
62 @parameterized.expand(TEST_ERRORS)
63 def test_error(self, input_param):

Callers

nothing calls this directly

Calls 1

crop_testMethod · 0.80

Tested by

no test coverage detected