AnandInguva commented on code in PR #23182:
URL: https://github.com/apache/beam/pull/23182#discussion_r970186755
##########
sdks/python/apache_beam/ml/inference/base_test.py:
##########
@@ -142,6 +142,25 @@ def test_run_inference_impl_inference_args(self):
inference_args=inference_args)
assert_that(actual, equal_to(examples), label='assert:inferences')
+ def test_run_inference_metrisc_with_custom_namespace(self):
Review Comment:
```suggestion
def test_run_inference_metrics_with_custom_namespace(self):
```
--
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]