From: W. Trevor King Date: Fri, 5 Nov 2010 18:12:20 +0000 (-0400) Subject: Add doctest call to pysawsim.test.constant_rate.test() so nosetests will run it. X-Git-Url: http://git.tremily.us/?p=sawsim.git;a=commitdiff_plain;h=28a42e8de8ce9f3e9aad4bb68339b0b72ba76c78 Add doctest call to pysawsim.test.constant_rate.test() so nosetests will run it. --- diff --git a/pysawsim/test/constant_rate.py b/pysawsim/test/constant_rate.py index 97f755a..3bf7556 100644 --- a/pysawsim/test/constant_rate.py +++ b/pysawsim/test/constant_rate.py @@ -57,6 +57,8 @@ to :math:`p(0)=1` should follow where :math:`w` is the binwidth and :math:`N` is the number of tested domains. + +>>> test() """ from numpy import arange, exp, log