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

Class B

tests/transforms/compose/test_some_of.py:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class B(Transform):
40
41 def __call__(self, x):
42 return 3 * x
43
44
45class C(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