Let's setup a system to recreate the hws from last spring. The Python unit testing framework would probably be a good thing to use for this (http://docs.python.org/2/library/unittest.html). If we can simply run "python tests.py" which will execute a series of simulations to generate group xs, RIs, etc for which we already know the answer, then this will help us keep the code debugged in the future.
Let's setup a system to recreate the hws from last spring. The Python unit testing framework would probably be a good thing to use for this (http://docs.python.org/2/library/unittest.html). If we can simply run "python tests.py" which will execute a series of simulations to generate group xs, RIs, etc for which we already know the answer, then this will help us keep the code debugged in the future.