[sage-devel] Re: Huma

2017-09-16 Thread Nils Bruin
On Saturday, September 16, 2017 at 6:18:17 AM UTC-7, Simon King wrote: > > Hi Thierry, > > On 2017-09-16, Thierry wrote: > > How does raw "exec" behaves with your large file ? > > > > sage: with open('your_file.txt') as f: > > : exec(preparse(f.read()))

[sage-devel] Re: Huma

2017-09-16 Thread Simon King
Hi Thierry, On 2017-09-16, Thierry wrote: > How does raw "exec" behaves with your large file ? > > sage: with open('your_file.txt') as f: > : exec(preparse(f.read())) Time for my preparser that translates the gap readable into Python readable data is

Re: [sage-devel] Re: Huma

2017-09-16 Thread Thierry
How does raw "exec" behaves with your large file ? sage: with open('your_file.txt') as f: : exec(preparse(f.read())) Ciao, Thierry On Sat, Sep 16, 2017 at 12:01:57PM +, Simon King wrote: > On 2017-09-16, Thierry wrote: > > Do you have it in the

[sage-devel] Re: Huma

2017-09-16 Thread Simon King
On 2017-09-16, Thierry wrote: > Do you have it in the Python/Sage format ? K = GF(8,'x') x = K.gen() D = { "group": "A5", "generators": [ "1a", "1b", "1a1b1", "1b1a1" ], "npims": 2, "pimnames": [ "1a", "1b" ], "cartan": [ [ 2, 1 ], [ 1, 2 ] ], "dim":