Skip to content

Commit

Permalink
Update lectures/numba.md
Browse files Browse the repository at this point in the history
Co-authored-by: mmcky <[email protected]>
  • Loading branch information
HumphreyYang and mmcky authored Oct 26, 2023
1 parent 1048f1f commit 6931a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/numba.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ It suggests that Numba recompiles this function as the type changes.

Overall, type inference helps Numba to achieve its performance, but it also limits what Numba supports as we have shown in the function example.

In fact, this limitation means that Numba does not support everything in Python and scientific libraries we learned before.
In fact, this limitation means that Numba does not support everything in Python and scientific libraries as we learned before.

You can refer to the list of supported Python and Numpy features [here](https://numba.pydata.org/numba-doc/dev/reference/pysupported.html).

Expand Down

0 comments on commit 6931a11

Please sign in to comment.