On Monday, May 8, 2017 at 8:13:42 PM UTC+3, Chris Smith wrote: > > Could someone please check to see if the modification of the Mellin > transformation at line 117 of *sympy/integrals/tests/test_transforms.py* > <https://github.com/sympy/sympy/pull/12587/files#diff-5f1666673ffe2357b4f9e1422474d2eb> > in > PR #12587 is correct? > > Thanks, > /c >
It seems to me that the condition is correct, but the assert statement should have (m[1], m[2]) since it will interpret commas as expression separators: *assert_stmt* ::= "assert" expression <https://docs.python.org/3/reference/expressions.html#grammar-token-expression> ["," expression <https://docs.python.org/3/reference/expressions.html#grammar-token-expression>] -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/8572bec5-d017-4b2b-8302-9ef0aed0fb1f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
