Skip to content

Commit 1a771bd

Browse files
committed
Update the use of upstream/downstream to source/destination
Signed-off-by: mmelqin <[email protected]>
1 parent b6a11d1 commit 1a771bd

File tree

1 file changed

+1
-1
lines changed
  • examples/apps/ai_unetr_seg_app

1 file changed

+1
-1
lines changed

examples/apps/ai_unetr_seg_app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def compose(self):
5454
output_file="stl/multi-organs.stl", keep_largest_connected_component=False
5555
)
5656

57-
# Create the processing pipeline, by specifying the upstream and downstream operators, and
57+
# Create the processing pipeline, by specifying the source and destination operators, and
5858
# ensuring the output from the former matches the input of the latter, in both name and type.
5959
self.add_flow(study_loader_op, series_selector_op, {"dicom_study_list": "dicom_study_list"})
6060
self.add_flow(

0 commit comments

Comments
 (0)