From 4c090e002c593b5706d6c9abc6c69bb3f4a0c7ee Mon Sep 17 00:00:00 2001 From: Ezekiel Calubaquib Date: Mon, 7 Oct 2024 10:21:03 -0700 Subject: [PATCH] this is a test PiperOrigin-RevId: 683231535 --- tensorflow_graphics/util/test_case.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow_graphics/util/test_case.py b/tensorflow_graphics/util/test_case.py index f1ac35545..6f4979287 100644 --- a/tensorflow_graphics/util/test_case.py +++ b/tensorflow_graphics/util/test_case.py @@ -33,6 +33,7 @@ from tensorflow_graphics.util import tfg_flags FLAGS = flags.FLAGS +# adding a comment for test def _max_error(arrays1, arrays2):