dfm / tess-atlas

MIT License
9 stars 8 forks source link

supress theano warnings #210

Closed avivajpeyi closed 2 years ago

avivajpeyi commented 2 years ago

Eg the following during the optimization stage

/fred/oz200/avajpeyi/envs/tess/lib/python3.8/site-packages/theano/tensor/opt.py:5435: RuntimeWarning: divide by zero encountered in double_scalars
  v = reduce(np.multiply, num, one) / reduce(np.multiply, denum, one)