This lesson has not yet been developed.
Instructions: Create a new directory called UnitTesting
with a notebook called UnitTestingTour
. Give it a heading 1 cell title Unit Testing. Read this page, typing in the code in the code cells and executing them as you go.
Do not copy/paste.
Type the commands yourself to get the practice doing it. This will also slow you down so you can think about the commands and what they are doing as you type them.</font>
Save your notebook when you are done, then try the accompanying exercises.
In [ ]:
%pylab inline
import numpy as np
import matplotlib.pyplot as plt