You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module contains a single block which lets you enter a [NumExpr](https://github.com/pydata/numexpr) expression to be used as work function. The result is a speedy embedded python block.
13
-
14
-
In addition, any python callable can be passed. It must take one arg per input stream and produce a single array. The numexpr module is not required in this mode.
This module contains a single block which lets you enter a [NumExpr](https://github.com/pydata/numexpr) expression to be used as work function. The result is a speedy embedded python block.
5
+
6
+
In addition, any python callable can be passed. It must take one arg per input stream and produce a single array. The numexpr module is not required in this mode.
0 commit comments