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

Method test_pending_ops

tests/transforms/test_spatial_pad.py:48–49  ·  view source on GitHub ↗
(self, input_param, input_shape, _)

Source from the content-addressed store, hash-verified

46
47 @parameterized.expand(TESTS)
48 def test_pending_ops(self, input_param, input_shape, _):
49 self.pad_test_pending_ops(input_param, input_shape)
50
51 @parameterized.expand(TESTS_COMBINE)
52 def test_combine_ops(self, funcs, input_shape, expected_shape):

Callers

nothing calls this directly

Calls 1

pad_test_pending_opsMethod · 0.80

Tested by

no test coverage detected