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

Method test_shape

tests/transforms/test_spatial_cropd.py:68–69  ·  view source on GitHub ↗
(self, input_param, input_shape, expected_shape, same_area)

Source from the content-addressed store, hash-verified

66
67 @parameterized.expand(TESTS)
68 def test_shape(self, input_param, input_shape, expected_shape, same_area):
69 self.crop_test(input_param, input_shape, expected_shape, same_area)
70
71 @parameterized.expand(TESTS)
72 def test_pending_ops(self, input_param, input_shape, _expected_shape, _same_area):

Callers

nothing calls this directly

Calls 1

crop_testMethod · 0.80

Tested by

no test coverage detected