Comment 11 for bug 812906

Revision history for this message
Brandon Rhodes (brandon-rhodes) wrote :

The script raised the exception "TypeError: range() integer end argument expected, got float." but then I threw an int() call into the expression "Times = range(int(NumTimes))" and the script ran! (I commented out the "print" statement since it was otherwise taking forever to run and actually draw the graphs.) So I can now indeed see the continuity problem on my own screen, and will drill in and see if I can find its cause. Thanks for packing the script in an executable form for me!