removed explicit call to test code.

This commit is contained in:
Roger Labbe 2014-11-24 17:58:11 -08:00
parent c05c04a94e
commit 7a343857f0

View File

@ -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()