From 7a343857f0473e49dfd285dda204bdca6a06b0fb Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Mon, 24 Nov 2014 17:58:11 -0800 Subject: [PATCH] removed explicit call to test code. --- code/stats.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/stats.py b/code/stats.py index da51fea..185937b 100644 --- a/code/stats.py +++ b/code/stats.py @@ -389,13 +389,7 @@ def test_norm_cdf(): assert abs(std_3 - .9973) < .0001 - -test_norm_cdf() - if __name__ == '__main__': - - - test_norm_cdf () do_plot_test()