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
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