Skip to content

Instantly share code, notes, and snippets.

@FrancescAlted
Created January 14, 2022 12:24
Show Gist options
  • Save FrancescAlted/f8fd3bd0859df1426e23e1ac6f4452dc to your computer and use it in GitHub Desktop.
Save FrancescAlted/f8fd3bd0859df1426e23e1ac6f4452dc to your computer and use it in GitHub Desktop.
Compile and eval an UDF
precip_udf_expr = ia.expr_from_udf(udf_iarray, [precip1, precip2, precip3], favor=ia.Favor.SPEED)
precip_out = precip_udf_expr.eval()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment