SyntaxWarning: invalid escape sequence '\s'
Closed this issue · 1 comments
prjemian commented
/home/prjemian/model/.pixi/envs/default/lib/python3.13/site-packages/pysumreg/sum_registers.py:76: SyntaxWarning: invalid escape sequence '\s'
"""Clear the :math:`\sum{}` summation registers."""
/home/prjemian/model/.pixi/envs/default/lib/python3.13/site-packages/pysumreg/sum_registers.py:103: SyntaxWarning: invalid escape sequence '\s'
""":math:`\sum{+}`: Add :math:`(x, y)` ordered pair to the registers."""
/home/prjemian/model/.pixi/envs/default/lib/python3.13/site-packages/pysumreg/sum_registers.py:115: SyntaxWarning: invalid escape sequence '\s'
""":math:`\sum{-}`: Subtract :math:`(x, y)` ordered pair from the registers."""
prjemian commented
Prefix each of the docstrings with r
to preserve LaTeX syntax.