-
Notifications
You must be signed in to change notification settings - Fork 347
Closed
Labels
Description
What happened + What you expected to happen
In python 3.13 I am having this syntax warning
/var/lang/lib/python3.13/site-packages/statsforecast/models.py:3811: SyntaxWarning: invalid escape sequence '\h'
/var/lang/lib/python3.13/site-packages/statsforecast/models.py:4477: SyntaxWarning: invalid escape sequence '\e'
I saw that this issue was fixed for python 3.12
#842
but looking to statsforecast/models.py I see that some of the docstrings are not raw strings.
Versions / Dependencies
Click to expand
Dependencies: version 2.0.3 python 3.13Reproducible example
# paste your code hereIssue Severity
Low: It annoys or frustrates me.