Skip to content

Commit

Permalink
n_cores
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Nov 6, 2023
1 parent 00ababc commit 5829ad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/notebooks/1.1-Binary_HGF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@
],
"source": [
"with two_levels_binary_hgf:\n",
" two_level_hgf_idata = pm.sample(chains=2)"
" two_level_hgf_idata = pm.sample(chains=2, cores=1)"
]
},
{
Expand Down Expand Up @@ -1061,7 +1061,7 @@
],
"source": [
"with three_levels_binary_hgf:\n",
" three_level_hgf_idata = pm.sample(chains=2)"
" three_level_hgf_idata = pm.sample(chains=2, cores=1)"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/source/notebooks/1.1-Binary_HGF.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ pm.model_to_graphviz(two_levels_binary_hgf)

```{code-cell} ipython3
with two_levels_binary_hgf:
two_level_hgf_idata = pm.sample(chains=2)
two_level_hgf_idata = pm.sample(chains=2, cores=1)
```

```{code-cell} ipython3
Expand Down Expand Up @@ -320,7 +320,7 @@ slideshow:
slide_type: ''
---
with three_levels_binary_hgf:
three_level_hgf_idata = pm.sample(chains=2)
three_level_hgf_idata = pm.sample(chains=2, cores=1)
```

```{code-cell} ipython3
Expand Down

0 comments on commit 5829ad4

Please sign in to comment.