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)
commit5246cff9f6da8454f212e6c6a3bf30cc03af259b
tree897c7510baecad76d9e6689ead34bebe915f6c1c
parent4614736d27898dcb51dfa6e95966fc41b8b442ee
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