Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
class
B(Transform):
40
41
def
__call__(self, x):
42
return
3 * x
43
44
45
class
C(Transform):
Callers
8
test_some_of.py
File · 0.70
test_fixed
Method · 0.70
test_unfixed
Method · 0.70
test_bad_inverse_data
Method · 0.70
test_normalize_weights
Method · 0.70
test_no_weights_arg
Method · 0.70
test_bad_weights
Method · 0.70
test_bad_num_transforms
Method · 0.70
Calls
no outgoing calls
Tested by
7
test_fixed
Method · 0.56
test_unfixed
Method · 0.56
test_bad_inverse_data
Method · 0.56
test_normalize_weights
Method · 0.56
test_no_weights_arg
Method · 0.56
test_bad_weights
Method · 0.56
test_bad_num_transforms
Method · 0.56