[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 when the

[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 That

[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.