Skip to content

Commit 025445d

Browse files
committed
doc: fix typo in pymc usage docs
1 parent 0738b93 commit 025445d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pymc-usage.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pixi add jax
129129
We can select the backend by passing the `backend` argument to the `compile_pymc_model`:
130130

131131
```python
132-
compiled_jax = nutpie.compiled_pymc_model(model, backend="jax")
132+
compiled_jax = nutpie.compile_pymc_model(model, backend="jax")
133133
trace = nutpie.sample(compiled_jax)
134134
```
135135

0 commit comments

Comments
 (0)