We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61efadb commit 2d299c3Copy full SHA for 2d299c3
1 file changed
lectures/numba.md
@@ -227,12 +227,12 @@ This is equivalent to adding `qm = jit(qm)` after the function definition.
227
The following now uses the jitted version:
228
229
```{code-cell} ipython3
230
-with qe.Timer():
+with qe.Timer(precision=4):
231
qm(0.1, 100_000)
232
```
233
234
235
236
237
238
0 commit comments