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

Method test_pad

tests/transforms/test_spatial_padd.py:33–35  ·  view source on GitHub ↗
(self, input_param, input_shape, expected_shape)

Source from the content-addressed store, hash-verified

31
32 @parameterized.expand(TESTS)
33 def test_pad(self, input_param, input_shape, expected_shape):
34 modes = ["constant", {"constant"}]
35 self.pad_test(input_param, input_shape, expected_shape, modes)
36
37 @parameterized.expand(TESTS)
38 def test_pending_ops(self, input_param, input_shape, _):

Callers

nothing calls this directly

Calls 1

pad_testMethod · 0.80

Tested by

no test coverage detected