Skip to content

Commit 6cc9cad

Browse files
committed
fix typo running nikola
1 parent 9b19138 commit 6cc9cad

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install "Nikola[extras]"
2626
cd site
27-
nikola_github deploy
27+
nikola github_deploy

notebooks/07_ulysses_compass.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@
444444
],
445445
"source": [
446446
"post = m7_1.sample_posterior(random.PRNGKey(1), p7_1, sample_shape=(1000,))\n",
447+
"post.pop(\"mu\")\n",
447448
"mass_seq = jnp.linspace(d.mass_std.min(), d.mass_std.max(), num=100)\n",
448449
"l = Predictive(m7_1.model, post, return_sites=[\"mu\"])(\n",
449450
" random.PRNGKey(2), mass_std=mass_seq\n",

0 commit comments

Comments
 (0)