some non-catastrophic RuntimeWarning(s) to consider capturing
Opened this issue · 1 comments
moustakas commented
For your consideration to capture:
/usr/local/lib/python/tractor/galaxy.py:778: RuntimeWarning: invalid value encountered in double_scalars
return 4. * ef / ((ef + 1)**2)
and
/usr/local/lib/python/tractor/lsqr_optimizer.py:435: RuntimeWarning: invalid value encountered in greater
I = (np.abs(vals) > (FACTOR * mx))
dstndstn commented
I think these are BS from the Intel numpy library.