Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Oct 24, 2024
1 parent d97e9ab commit 27a4476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Python/numpyro_hierarchical_forecasting_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"\n",
" References\n",
" ----------\n",
" Thttps://docs.pyro.ai/en/stable/ops.html#pyro.ops.tensor_utils.periodic_repeat\n",
" https://docs.pyro.ai/en/stable/ops.html#pyro.ops.tensor_utils.periodic_repeat\n",
" \"\"\"\n",
" assert isinstance(size, int) and size >= 0\n",
" assert isinstance(dim, int)\n",
Expand Down
2 changes: 1 addition & 1 deletion Python/numpyro_hierarchical_forecasting_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"\n",
" References\n",
" ----------\n",
" Thttps://docs.pyro.ai/en/stable/ops.html#pyro.ops.tensor_utils.periodic_repeat\n",
" https://docs.pyro.ai/en/stable/ops.html#pyro.ops.tensor_utils.periodic_repeat\n",
" \"\"\"\n",
" assert isinstance(size, int) and size >= 0\n",
" assert isinstance(dim, int)\n",
Expand Down

0 comments on commit 27a4476

Please sign in to comment.