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
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
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
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)
---
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