-
Notifications
You must be signed in to change notification settings - Fork 57
DOC: Use upstream/downstream instead of source/destination #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
For monai.deploy.core.Operator, instead of sometimes using "upstream" and "downstream" and sometimes using "source" and "destination", consistently use former. Signed-off-by: Lee Newberg <lee.newberg@kitware.com>
b0f1399
to
998065d
Compare
@Leengit Thank you very much for the pull request. The use of I believe |
For monai.deploy.core.Operator, instead of sometimes using "upstream" and "downstream" and sometimes using "source" and "destination", consistently use the latter. Signed-off-by: Lee Newberg <lee.newberg@kitware.com>
Kudos, SonarCloud Quality Gate passed!
|
@MMelQin I have done as you suggested with this latest commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the changes to have consistent use of naming.
The build failure is caused by the style checking tool flake8 itself, which was working fine. The issue with the tool itself will be looked at, and the PR itself can be merged. |
…ONAI#316) * DOC: Use upstream/downstream instead of source/destination For monai.deploy.core.Operator, instead of sometimes using "upstream" and "downstream" and sometimes using "source" and "destination", consistently use former. Signed-off-by: Lee Newberg <lee.newberg@kitware.com> * DOC: Use source/destination instead of upstream/downstream For monai.deploy.core.Operator, instead of sometimes using "upstream" and "downstream" and sometimes using "source" and "destination", consistently use the latter. Signed-off-by: Lee Newberg <lee.newberg@kitware.com> Signed-off-by: Simone Bendazzoli <simben@kth.se>
…ONAI#316) * DOC: Use upstream/downstream instead of source/destination For monai.deploy.core.Operator, instead of sometimes using "upstream" and "downstream" and sometimes using "source" and "destination", consistently use former. Signed-off-by: Lee Newberg <lee.newberg@kitware.com> * DOC: Use source/destination instead of upstream/downstream For monai.deploy.core.Operator, instead of sometimes using "upstream" and "downstream" and sometimes using "source" and "destination", consistently use the latter. Signed-off-by: Lee Newberg <lee.newberg@kitware.com> Signed-off-by: Simone Bendazzoli <simben@kth.se>
For monai.deploy.core.Operator, instead of sometimes using
upstream
anddownstream
and sometimes usingsource
anddestination
, consistently use the former.