I am getting warnings like these when running numpy on reasonably large pipeline.
RuntimeWarning: invalid value encountered in true_divide
RuntimeWarning: invalid value encountered in greater
How do I find where they are occurring in the code besides writing dozens of print statements?
Python 2.7 and numpy 1.8.1