b45ch1 / algopy

AlgoPy is a Research Prototype for Algorithmic Differentation in Python
79 stars 14 forks source link

fail less silently in prod() #27

Closed argriffing closed 11 years ago

argriffing commented 11 years ago

This raises an exception so that prod() now behaves more like sum() for input that it doesn't understand (e.g. list of python integers).