From 895a420ea692f2c32aa206e1cfa2758bfa79b8cd Mon Sep 17 00:00:00 2001 From: andreas128 Date: Wed, 13 Sep 2017 14:33:20 +0200 Subject: Change comment --- dpd/src/Model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpd/src/Model.py b/dpd/src/Model.py index 1606441..a051927 100644 --- a/dpd/src/Model.py +++ b/dpd/src/Model.py @@ -17,7 +17,7 @@ from sklearn import linear_model class Model: - """Calculates new coefficients using the measurement and the old + """Calculates new coefficients using the measurement and the previous coefficients""" def __init__(self, -- cgit v1.2.3