From a131f1209ee03791ee169c630494f157144ebbf8 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Mon, 16 Jan 2017 10:09:10 +0100 Subject: [PATCH] Script execution --- script/testVD85.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/testVD85.py b/script/testVD85.py index f9e7c70..517a637 100644 --- a/script/testVD85.py +++ b/script/testVD85.py @@ -3,6 +3,6 @@ xb = create_averager(x, 5, 0.100) print(xb.min) print(xb.max) print(xb.mean) -print(xb.srdev) +print(xb.stdev) print(xb.variance) -x.close() \ No newline at end of file +x.close()