Skip to content

Commit

Permalink
fix typo running nikola
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi committed Feb 15, 2024
1 parent 9b19138 commit 6cc9cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
python -m pip install --upgrade pip
pip install "Nikola[extras]"
cd site
nikola_github deploy
nikola github_deploy
1 change: 1 addition & 0 deletions notebooks/07_ulysses_compass.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@
],
"source": [
"post = m7_1.sample_posterior(random.PRNGKey(1), p7_1, sample_shape=(1000,))\n",
"post.pop(\"mu\")\n",
"mass_seq = jnp.linspace(d.mass_std.min(), d.mass_std.max(), num=100)\n",
"l = Predictive(m7_1.model, post, return_sites=[\"mu\"])(\n",
" random.PRNGKey(2), mass_std=mass_seq\n",
Expand Down

0 comments on commit 6cc9cad

Please sign in to comment.