Dec-25-2018, 08:36 PM
It looks like your matrices are not the same size. You code will only work if they are. I would print len() of test1, test1[0], test2, and test2[0]. If those match up correctly, I would guess there is a row that is not the right size, either in test1 or test2.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures