From 018201d3bc25cb822ba174087dec166681d1417f Mon Sep 17 00:00:00 2001 From: Nicolas Pinchaud Date: Sat, 6 Aug 2022 00:27:16 +0200 Subject: [PATCH] Update code owners for `streaming_correlations.py` --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0a2c007e7a..22ec7e7885 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -133,8 +133,8 @@ /tensorflow_addons/metrics/tests/r_square_test.py @ssaishruthi @marload /tensorflow_addons/metrics/geometric_mean.py @marload /tensorflow_addons/metrics/tests/geometric_mean_test.py @marload -/tensorflow_addons/metrics/kendalls_tau.py @sorensenjs -/tensorflow_addons/metrics/tests/kendalls_tau_test.py @sorensenjs +/tensorflow_addons/metrics/streaming_correlations.py @sorensenjs @nicolaspi +/tensorflow_addons/metrics/tests/streaming_correlations_test.py @sorensenjs @nicolaspi /tensorflow_addons/optimizers/average_wrapper.py @squadrick /tensorflow_addons/optimizers/conditional_gradient.py @pkan2 @lokhande-vishnu