Added explicit pickle test and fixed curve.Data pickling.
authorW. Trevor King <wking@drexel.edu>
Fri, 4 Jun 2010 15:23:21 +0000 (11:23 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 4 Jun 2010 15:23:21 +0000 (11:23 -0400)
commit7e1509d8fa1ff8f04cee628664c96bcc141edbc9
tree897c7510baecad76d9e6689ead34bebe915f6c1c
parent03f133b884501a8e5334097351438d8a34a8fe87
Added explicit pickle test and fixed curve.Data pickling.

I missunderstood how __reduce__ worked the first time.  Now there's a
doctest proving it works ;).
hooke/curve.py