[sage-devel] Multiple comparisons between AA and Rational yeild different answers

2020-02-18 Thread Pat Hooper
Hi all, I've discovered a bizarre bug in repeatedly comparing a rational with an element of AA: sage: left_side = AA(2**(1/2) - 2**(1/3)) sage: right_side = 808620184/5240825825 sage: left_side < right_side True sage: left_side < right_side False The fraction in right_side was obtained via: co

[sage-devel] Re: gen_rest_table_index does not work for classes with classmethod

2020-02-18 Thread Nils Bruin
On Tuesday, February 18, 2020 at 2:38:09 AM UTC-8, Jan Legerský wrote: > > > I guess the problem is that `im_class` is not available in Python 3, am I > right? > Indeed. The new attribute `__qualname__` should help with rewriting this. -- You received this message because you are subscribed

[sage-devel] unable to connect to git trac server

2020-02-18 Thread varenyam bakshi
I followed the instructions given in sage developer's guide but i am not being authenticated. I checked it using the basic gitolite commands given in the guide ssh g...@trac.sagemath.org info [image: git-trac-error.png] it is showing this error please help -- You received this message because

[sage-devel] gen_rest_table_index does not work for classes with classmethod

2020-02-18 Thread Jan Legerský
In SageMath 9.0, I have got an AttributeError when generating a ReST table of methods of a class with a classmethod using `gen_rest_table_index`: sage: class foo(SageObject): : @classmethod : def bar(cls): : pass : sage: gen_rest_table_index(foo) ---

Re: [sage-devel] Re: Build failed because of package r-3.6.2

2020-02-18 Thread Dima Pasechnik
Sage now can use R package from the system. You can install it, and avoid this issue. On Tue, 18 Feb 2020, 05:32 Matthias Koeppe, wrote: > This looks like https://trac.sagemath.org/ticket/29170 "Fix R > installation errors related to gfortran", which needs work. > > On Monday, February 17, 202