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,