From e67e19ab4f453c72877ab508dca3be28e0021323 Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Wed, 29 Sep 2021 14:59:04 +0200 Subject: [PATCH] fix: comments. --- concrete/numpy/tracing.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/concrete/numpy/tracing.py b/concrete/numpy/tracing.py index 8c3a66e46..ddcb55702 100644 --- a/concrete/numpy/tracing.py +++ b/concrete/numpy/tracing.py @@ -189,8 +189,7 @@ class NPTracer(BaseTracer): return output_tracer LIST_OF_SUPPORTED_UFUNC: List[numpy.ufunc] = [ - # The commented functions are functions which don't work for the moment, often - # if not always because they require more than a single argument + # The commented functions are functions require more than a single argument numpy.absolute, # numpy.add, numpy.arccos,