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

Method concata

tests/transforms/compose/test_compose.py:738–743  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

736
737 @staticmethod
738 def concata(value):
739
740 def _inner(data1, data2):
741 return data1 + value, data2 + value
742
743 return _inner
744
745
746TEST_COMPOSE_EXECUTE_FLAG_TEST_CASES = [

Callers 1

test_compose.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected