feat: adding management of numpy.reciprocal

refs #126
This commit is contained in:
Benoit Chevallier-Mames
2021-09-29 14:34:50 +02:00
committed by Benoit Chevallier
parent c52032c285
commit 406043575a

View File

@@ -261,7 +261,7 @@ class NPTracer(BaseTracer):
# numpy.power,
numpy.rad2deg,
numpy.radians,
# numpy.reciprocal,
numpy.reciprocal,
# numpy.remainder,
# numpy.right_shift,
numpy.rint,