Skip to content

Commit

Permalink
fix: mstl module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Oct 27, 2022
1 parent 92e292b commit 86bb207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbs/mstl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"metadata": {},
"outputs": [],
"source": [
"#| export\n",
"#| exporti\n",
"def mstl(x: np.ndarray, period: Union[int, List[int]], blambda: Optional[float] = None, \n",
" iterate: int = 1, s_window: np.ndarray = 7 + 4 * np.arange(1, 7)):\n",
" origx = x\n",
Expand Down
2 changes: 1 addition & 1 deletion statsforecast/mstl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/mstl.ipynb.

# %% auto 0
__all__ = ['mstl']
__all__ = []

# %% ../nbs/mstl.ipynb 2
from typing import List, Optional, Union
Expand Down

0 comments on commit 86bb207

Please sign in to comment.