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

Class A

tests/transforms/compose/test_some_of.py:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class A(Transform):
34
35 def __call__(self, x):
36 return 2 * x
37
38
39class B(Transform):

Callers 9

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 8

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