It is not possible to disable sanitization via NUMEXP_SANITIZE
when using numexpr.NumExpr
#450
Labels
NUMEXP_SANITIZE
when using numexpr.NumExpr
#450
Uh oh!
There was an error while loading. Please reload this page.
While encountering #449, I tried to get rid of it by disabling the sanitization.
Unfortunately, the code I am calling is using
numexpr.NumExpr
so that settingNUMEXP_SANITIZE
to0
does not work. (NUMEXP_SANITIZE
is only checked when usingvalidate
.)Is this the intended behaviour ?
The text was updated successfully, but these errors were encountered: