Skip to content

Commit 48ddcbe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 48afc88 commit 48ddcbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monai/apps/auto3dseg/auto_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class AutoRunner:
194194
├── segresnet2d_0 # network scripts/configs/checkpoints and pickle object of the algo
195195
└── swinunetr_0 # network scripts/configs/checkpoints and pickle object of the algo
196196
197-
Notes:
197+
Notes:
198198
The input config requires at least the following keys:
199199
- ``modality``: the modality of the data, e.g. "ct", "mri", etc.
200200
- ``datalist``: the path to the datalist file in JSON format.

monai/data/decathlon_datalist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def load_decathlon_datalist(
163163
def load_decathlon_properties(data_property_file_path: PathLike, property_keys: Sequence[str] | str) -> dict:
164164
"""Extract the properties with the specified keys from the Decathlon JSON file.
165165
See under `load_decathlon_datalist` for the expected keys in the Decathlon challenge.
166-
166+
167167
Args:
168168
data_property_file_path: the path to the JSON file of data properties.
169169
property_keys: expected keys to load from the JSON file, for example, we have these keys

0 commit comments

Comments
 (0)