I have a sage script that ultimately creates a python list called MMv of length 35354. Each element is a list of length 55. This is in effect a 35354 by 55 matrix. Print statements show that when I run my script with "load two.sage" it gets stuck at taking this list and creating a matrix. I am using the following to try to create the matrix. MM = matrix(ZZ, MMv)
Is there a way I can debug or understand why the matrix creation isn't returning? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org