mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix: comments.
This commit is contained in:
committed by
Benoit Chevallier
parent
2b7fe094d2
commit
e67e19ab4f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user