great, please add a test in the docstring! (the branch name will have to change to "/public/ticket-number" (or something like this), I don't know how to do this right now.)
Martin Am Sonntag, 14. August 2016 02:07:40 UTC+2 schrieb Bill Page: > > Martin, > > On 13 August 2016 at 09:44, Bill Page <[email protected] > <javascript:>> wrote: > > > > On 13 August 2016 at 04:36, 'Martin R' via FriCAS - computer algebra > > system <[email protected] <javascript:>> wrote: > >> Hi there, especially Bill! > >> > >> I won't work on the interface the next few days, so maybe you want to > have > >> a look. > >> > >> https://trac.sagemath.org/ticket/21231 > >> > > Thanks. I am building the development version of Sage now so I can > > checkout your ticket. I really appreciate your work on this! > > > > It took a little longer than I expected to navigate Sage trac etc. but > I have a test system now. > > Here is the first problem I found: > > sage: fricas('1$Polynomial(Fraction(Integer))').sage() > ... > /home/wspage/sage/local/lib/python2.7/site-packages/sage/interfaces/fricas.pyc > > > in _sage_(self) > 638 base_ring = self._get_sage_type(type[1]) > 639 vars = self.variables()._get_1d_output()[1:-1] > --> 640 R = PolynomialRing(base_ring, vars) > 641 return R(self._get_1d_output()) > 642 > ... > ValueError: variable name must be nonempty > > BTW, how do I turn off the horribly excessive code coloration that > seems to have crept in to Sage command line? > > Bill. > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" 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/fricas-devel. For more options, visit https://groups.google.com/d/optout.
