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


##########
sdks/python/apache_beam/ml/transforms/tft_test.py:
##########
@@ -130,7 +125,6 @@ def test_ScaleTo01_list(self):
           | "MLTransform" >> base.MLTransform(
               write_artifact_location=self.artifact_location).with_transform(
                   tft.ScaleTo01(columns=['x'])))
-      _ = (list_result | beam.Map(assert_ScaleTo01_artifacts))

Review Comment:
   I added #29017 to do this but for now, we will have to use some TF tools to 
do it. It is not clear how to do it but it is not straight forward. 
   
   To read the artifacts, we use `read_artifact_location` and there are tests 
covering this path. 
   



-- 
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