Skip to content

Commit c5627bd

Browse files
neuronflowCopilot
andauthored
Update BraTS/utils.py
Co-authored-by: Copilot <[email protected]>
1 parent 8a1b221 commit c5627bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BraTS/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def visualize_inpainting_data(
3939
"""Visualize the MRI modalities for a given slice index
4040
4141
Args:
42-
data_folder (Union[str, Path]): Path to the folder containing the t1n and mask files. Defaults to DATA_FOLDER.
42+
data_folder (Union[str, Path], optional): Path to the folder containing the t1n and mask files. Defaults to DATA_FOLDER.
4343
slice_index (int, optional): Slice to be visualized (first index in data of shape (155, 240, 240)). Defaults to 75.
4444
"""
4545
_, axes = plt.subplots(1, 2, figsize=(6, 10))

0 commit comments

Comments
 (0)