AnandInguva commented on code in PR #29376:
URL: https://github.com/apache/beam/pull/29376#discussion_r1399919663


##########
sdks/python/apache_beam/ml/inference/base_test.py:
##########
@@ -260,13 +262,33 @@ def 
test_run_inference_impl_simple_examples_multi_process_shared(self):
 
   def test_run_inference_impl_with_keyed_examples(self):
     with TestPipeline() as pipeline:
-      examples = [1, 5, 3, 10]
-      keyed_examples = [(i, example) for i, example in enumerate(examples)]
-      expected = [(i, example + 1) for i, example in enumerate(examples)]
+      # examples = [1, 5, 3, 10]

Review Comment:
   revert the changes



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to