I need to update a unit test where integrate now returns something that contains 1/(2*(s+1)). However, when I write that subexpression, SymPy gives me 1/(2*s + 2), which compares unequal.

What would be the best way forward?
Alternatives that I can think of:
- have integrate() do whatever SymPy does when constructing 1/(2*s + 2)
- have the unit test do it and leave integrate() as it is
- rewrite the unit test to directly construct the Expr object (how?)

--
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/5516BA6D.2090903%40durchholz.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to