Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ __call__
Method
__call__
tests/transforms/compose/test_compose.py:195–197 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
193
self.rand = self.R.rand()
194
195
def
__call__(self, data):
196
self.randomize()
197
return
self.rand + data
198
199
c = mt.Compose([_Acc(), _Acc()])
200
self.assertNotAlmostEqual(c(0), c(0))
Callers
nothing calls this directly
Calls
1
randomize
Method · 0.95
Tested by
no test coverage detected