From 28a42e8de8ce9f3e9aad4bb68339b0b72ba76c78 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 5 Nov 2010 14:12:20 -0400 Subject: [PATCH] Add doctest call to pysawsim.test.constant_rate.test() so nosetests will run it. --- pysawsim/test/constant_rate.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.26.2