Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ read
Method
read
tests/transforms/test_load_image.py:48–49 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
46
return
self.is_compatible
47
48
def
read(self, name):
49
return
name
50
51
def
get_data(self, _obj):
52
return
np.zeros((1, 1, 1)), {
"name"
:
"my test"
}
Callers
14
test_valid_zip_extraction
Method · 0.45
test_valid_tar_extraction
Method · 0.45
test_setting_affine_parameters
Method · 0.45
test_arbitary_center_of_rotation
Method · 0.45
test_monai_to_itk
Method · 0.45
test_cyclic_conversion
Method · 0.45
test_real_data
Method · 0.45
test_use_reference_space
Method · 0.45
test_file
Method · 0.45
test_file
Method · 0.45
test_task_init
Method · 0.45
test_loss_file
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected