You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Runs are failing the TEST_SPHINX tests with the following error:
Warning, treated as error:
/home/travis/build/sympy/sympy/sympy/assumptions/handlers/ntheory.py:docstring of sympy.assumptions.handlers.ntheory.AskEvenHandler.Mul:9:Unexpected indentation.
make: *** [html] Error 2
Kalevi Suominen
unread,
Feb 12, 2018, 9:33:21 AM2/12/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Sphinx updated 1.6.7 -> 1.7.0
Kalevi Suominen
unread,
Feb 12, 2018, 11:40:27 AM2/12/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Maybe this would help.
--- a/sympy/assumptions/handlers/ntheory.py +++ b/sympy/assumptions/handlers/ntheory.py @@ -136,7 +136,7 @@ def Mul(expr, assumptions): Odd * Odd -> Odd Even * Even -> Even Integer * Integer -> Even if Integer + Integer = Odd - -> ? otherwise + otherwise -> ? """ if expr.is_number: return AskEvenHandler._number(expr, assumptions)
Francesco Bonazzi
unread,
Feb 12, 2018, 11:52:48 AM2/12/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message