feat: adding management of numpy.positive

refs #126
This commit is contained in:
Benoit Chevallier-Mames
2021-09-29 14:32:33 +02:00
committed by Benoit Chevallier
parent 2638ba59ac
commit c52032c285

View File

@@ -257,7 +257,7 @@ class NPTracer(BaseTracer):
numpy.negative,
# numpy.nextafter,
# numpy.not_equal,
# numpy.positive,
numpy.positive,
# numpy.power,
numpy.rad2deg,
numpy.radians,