[sage-support] Re: Problem with gigantic lists being used to make specific graphs

2008-12-01 Thread DGaffney
Hello again, Just wanted to let everyone know that it all worked out; the code is available at this URL: http://devingaffney.com/wikipedia-network-maps The ruby will be up soon enough, i just want to make it a little more readable. and on that site you can also see the web-ready images of the g

[sage-support] Re: Problem with gigantic lists being used to make specific graphs

2008-11-11 Thread mabshoff
On Nov 10, 8:24 pm, DGaffney <[EMAIL PROTECTED]> wrote: Hi, > The file-opening method seems to work out much better; I don't > necessarily know what was wrong, but this solved it to a reasonable > enough point for now; I'll keep you posted as we run a test on the > Swahili wikipedia, which sho

[sage-support] Re: Problem with gigantic lists being used to make specific graphs

2008-11-10 Thread DGaffney
The file-opening method seems to work out much better; I don't necessarily know what was wrong, but this solved it to a reasonable enough point for now; I'll keep you posted as we run a test on the Swahili wikipedia, which should result in about 5000 ish nodes in the largest connected component.

[sage-support] Re: Problem with gigantic lists being used to make specific graphs

2008-11-10 Thread Jason Grout
William Stein wrote: > sage: time a = > eval(open(get_remote_file('http://www.devingaffney.com/files/data.txt')).read()) > Attempting to load remote file: http://www.devingaffney.com/files/data.txt > Loading: [] > CPU times: user 0.05 s, sys: 0.03 s, total: 0.09 s > Wall time: 0.42 s Tha

[sage-support] Re: Problem with gigantic lists being used to make specific graphs

2008-11-10 Thread Jason Grout
DGaffney wrote: > > Basically, the error is as such: > > Our error is that when we use data of list length > 600ish, for some > reason sage hangs. We know that this is not because we are impatient, > and that it is actually working, because when the list length is under > 600ish, it generates al

[sage-support] Re: Problem with gigantic lists being used to make specific graphs

2008-11-10 Thread William Stein
On Mon, Nov 10, 2008 at 4:14 PM, DGaffney <[EMAIL PROTECTED]> wrote: > > > Basically, the error is as such: > > Our error is that when we use data of list length > 600ish, for some > reason sage hangs. We know that this is not because we are impatient, > and that it is actually working, because wh