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

Method test_combine_ops

tests/transforms/test_spatial_pad.py:52–53  ·  view source on GitHub ↗
(self, funcs, input_shape, expected_shape)

Source from the content-addressed store, hash-verified

50
51 @parameterized.expand(TESTS_COMBINE)
52 def test_combine_ops(self, funcs, input_shape, expected_shape):
53 self.pad_test_combine_ops(funcs, input_shape, expected_shape)
54
55
56if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

pad_test_combine_opsMethod · 0.80

Tested by

no test coverage detected