Also consider pretty printing the output. If you use unicode, the output will be shorter because all the greek letters will be reduced to single characters. In this case, even the ascii pretty printing is shorter, because the fractions are stacked on top of each other. And regardless, it will be much easier to read if you pretty print it.
Aaron Meurer On Mon, Mar 19, 2012 at 10:36 AM, Matthew Rocklin <[email protected]> wrote: > In pull 1047 we have an issue where the doctests produce very long results > i.e. > > Lambda(_x, ((alpha/_x + 2*beta*log(_x/sigma)/_x)*exp(-alpha*log(_x/sigma) - > beta*log(_x/sigma)**2)) > > These span beyond 80 characters. What is the appropriate response for this? > If we make them span over two lines the doctests fail. If we have them on > one line we're out of style. > > Is this an appropriate place for # doctest: +SKIP ? > Is there another solution? > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
