Skip to content

Commit f0dde7a

Browse files
committed
small clarification
1 parent 300d737 commit f0dde7a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

monai/data/decathlon_datalist.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ def load_decathlon_datalist(
160160

161161

162162
def load_decathlon_properties(data_property_file_path: PathLike, property_keys: Sequence[str] | str) -> dict:
163-
"""Load the properties from the JSON file contains data property with specified `property_keys`.
164-
163+
"""Extract the properties with the specified keys from the Decathlon JSON file.
164+
See under `load_decathlon_datalist` for the expected keys in the Decathlon challenge.
165+
165166
Args:
166167
data_property_file_path: the path to the JSON file of data properties.
167168
property_keys: expected keys to load from the JSON file, for example, we have these keys

0 commit comments

Comments
 (0)