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

Class C

tests/transforms/compose/test_some_of.py:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class C(Transform):
46
47 def __call__(self, x):
48 return 5 * x
49
50
51class D(Transform):

Callers 8

test_some_of.pyFile · 0.70
test_fixedMethod · 0.70
test_unfixedMethod · 0.70
test_bad_inverse_dataMethod · 0.70
test_no_weights_argMethod · 0.70
test_bad_weightsMethod · 0.70

Calls

no outgoing calls

Tested by 7

test_fixedMethod · 0.56
test_unfixedMethod · 0.56
test_bad_inverse_dataMethod · 0.56
test_no_weights_argMethod · 0.56
test_bad_weightsMethod · 0.56