Re: [sage-devel] Where do categories() come from?

2019-08-05 Thread Michael Orlitzky
On 8/5/19 11:14 AM, Vincent Delecroix wrote: > http://doc.sagemath.org/html/en/reference/categories/sage/categories/algebras.html > > Le 05/08/2019 à 17:14, Vincent Delecroix a écrit : >> Though I think that associative is an assumption of algebras. >> Indeed, from the documentation >> >> """ >>

Re: [sage-devel] Re: [gentoo) insufficient memory for the JRE to continue.

2019-08-05 Thread E. Madison Bray
On Mon, Aug 5, 2019 at 5:30 PM Eric Gourgoulhon wrote: > > Le samedi 3 août 2019 22:45:43 UTC+2, Timo Kaufmann a écrit : >> >> It's been a while, but now we are seeing a similar issue here[1]. In our >> case it fails the doctests, seems to be jmol running out of memory. > > > Another motivation

[sage-devel] Re: [gentoo) insufficient memory for the JRE to continue.

2019-08-05 Thread Eric Gourgoulhon
Le samedi 3 août 2019 22:45:43 UTC+2, Timo Kaufmann a écrit : > > It's been a while, but now we are seeing a similar issue here[1]. In our > case it fails the doctests, seems to be jmol running out of memory. > Another motivation for https://trac.sagemath.org/ticket/22408 Eric. -- You

Re: [sage-devel] Where do categories() come from?

2019-08-05 Thread Vincent Delecroix
http://doc.sagemath.org/html/en/reference/categories/sage/categories/algebras.html Le 05/08/2019 à 17:14, Vincent Delecroix a écrit : Though I think that associative is an assumption of algebras. Indeed, from the documentation """ The category of associative and unital algebras over a given

Re: [sage-devel] Where do categories() come from?

2019-08-05 Thread Vincent Delecroix
Though I think that associative is an assumption of algebras. Indeed, from the documentation """ The category of associative and unital algebras over a given base ring. """ Le 05/08/2019 à 17:12, Vincent Delecroix a écrit : sage: Rings().Commutative() Category of commutative rings sage:

Re: [sage-devel] Where do categories() come from?

2019-08-05 Thread Vincent Delecroix
sage: Rings().Commutative() Category of commutative rings sage: Rings() Category of rings Le 05/08/2019 à 16:45, Michael Orlitzky a écrit : When I'm implementing an algebraic structure, for example, sage: class HadamardR3(CombinatorialFreeModule): : def __init__(self):

[sage-devel] Where do categories() come from?

2019-08-05 Thread Michael Orlitzky
When I'm implementing an algebraic structure, for example, sage: class HadamardR3(CombinatorialFreeModule): : def __init__(self): : cat = FiniteDimensionalAlgebrasWithBasis(QQ) : gens = range(3) : super(HadamardR3,self).__init__(QQ,

[sage-devel] Re: Failure to build SageMath

2019-08-05 Thread Georgios Giapitzakis Tzintanos
It worked! Thank you very much. On Monday, August 5, 2019 at 10:32:51 AM UTC+3, David Coudert wrote: > > This is the same issue than > https://groups.google.com/forum/#!topic/sage-devel/cdw793St6cE > > So try to remove local/share/gap/ and local/lib/gap by hand and then build > again. > > > Le

[sage-devel] Re: Failure to build SageMath

2019-08-05 Thread David Coudert
This is the same issue than https://groups.google.com/forum/#!topic/sage-devel/cdw793St6cE So try to remove local/share/gap/ and local/lib/gap by hand and then build again. Le dimanche 4 août 2019 21:11:15 UTC+2, Georgios Giapitzakis Tzintanos a écrit : > > Hello, > > I am new here so