Suppress the error message when creating injections
Minor bug fix: every time we do an injection, you'll see RuntimeWarning: invalid value encountered in multiply
. It is just where we have inf
in the array (which later get handled correctly).
Minor bug fix: every time we do an injection, you'll see RuntimeWarning: invalid value encountered in multiply
. It is just where we have inf
in the array (which later get handled correctly).