luk-f-a / numba-how-to

A collection of useful recipes for Numba
https://numba-how-to.readthedocs.io/
MIT License
10 stars 0 forks source link

Fix zip tuple docs #7

Closed apmasell closed 1 year ago

apmasell commented 1 year ago

Change the code zip tuples example to return a lambda rather than a raw intrinsic, which is now allowed.

See https://github.com/numba/numba/issues/8806