Commit c0598aa
authored
[DOC] migrate baseline.py docstrings to numpydocstyle (#2115)
#### Reference Issues/PRs
Addresses #2066
#### What does this implement/fix? Explain your changes.
Migrates the docstrings in
[pytorch_forecasting/models/baseline.py](cci:7://file:///home/amruth/amruth/projects/pytorch-forecasting/pytorch_forecasting/models/baseline.py:0:0-0:0)
from Google style to NumPy docstring style , as part of the repo-wide
numpydocstyle migration tracked in #2066.
#### Did you add any tests for the change?
No — this is a documentation-only change with no functional code
modifications.
#### Any other comments?
None.
#### PR checklist
- [x] The PR title starts with either [ENH], [MNT], [DOC], or [BUG].
- [ ] Added/modified tests
- [x] Used pre-commit hooks when committing to ensure that code is
compliant with hooks.1 parent 46b906a commit c0598aa
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
0 commit comments