Re: unittest ValueError

2006-07-24 Thread Steve Holden
Chris Fonnesbeck wrote: > I have built the following unit test, observing the examples laid out > in the python docs: > > class testMCMC(unittest.TestCase): > > def setUp(self): > > # Create an instance of the sampler > self.sampler = DisasterSampler() > > def testCoalMi

unittest ValueError

2006-07-24 Thread Chris Fonnesbeck
I have built the following unit test, observing the examples laid out in the python docs: class testMCMC(unittest.TestCase): def setUp(self): # Create an instance of the sampler self.sampler = DisasterSampler() def testCoalMiningDisasters(self): """Run coal minin