Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lectures/numba.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ created in {doc}`this lecture <python_oop>`.
To compile this class we use the `@jitclass` decorator:

```{code-cell} python3
from numba import float64
from numba.experimental import jitclass
from numba import float64, jitclass
```

Notice that we also imported something called `float64`.
Expand Down