From 6ef6fef1f742a8cebc03335da8e1a6ff7fa7b080 Mon Sep 17 00:00:00 2001 From: Sheri Gilley Date: Mon, 23 Jun 2025 16:38:21 -0700 Subject: [PATCH 1/2] TEST - DO NOT MERGE Testing a script that should find this PR. Not intended to be merged. --- .../2e_image_classification_keras_minist_convnet/score/score.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/score/score.py b/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/score/score.py index e87b66c994..1851c002e4 100644 --- a/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/score/score.py +++ b/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/score/score.py @@ -15,7 +15,7 @@ import matplotlib.pyplot as plt import mlflow - +# adding a comment just because... def get_file(f): f = Path(f) From 5d8a7e267ec2a8730aeead610f1508910a0dcb7b Mon Sep 17 00:00:00 2001 From: Sheri Gilley Date: Tue, 24 Jun 2025 11:23:29 -0700 Subject: [PATCH 2/2] Update score.py DO NOT APPROVE this PR. Want to use this for a demo showing a clean PR. --- .../2e_image_classification_keras_minist_convnet/score/score.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/score/score.py b/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/score/score.py index 1851c002e4..69d728318d 100644 --- a/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/score/score.py +++ b/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/score/score.py @@ -16,6 +16,7 @@ import mlflow # adding a comment just because... +# bumping the PR by adding another comment. DO NOT APPROVE THIS PR. Using this for demonstration purposes in our upcoming meeting. def get_file(f): f = Path(f)