Skip to content

Suppress the error message when creating injections

Gregory Ashton requested to merge suppress-error-message into master

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).

Merge request reports