summaryrefslogtreecommitdiff
path: root/silx/math/fit/fittheories.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/math/fit/fittheories.py')
-rw-r--r--silx/math/fit/fittheories.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/silx/math/fit/fittheories.py b/silx/math/fit/fittheories.py
index bd3e1ce..b5069e9 100644
--- a/silx/math/fit/fittheories.py
+++ b/silx/math/fit/fittheories.py
@@ -89,12 +89,11 @@ from silx.math.fit.filters import strip, savitsky_golay
from silx.math.fit.leastsq import leastsq
from silx.math.fit.fittheory import FitTheory
-logging.basicConfig()
_logger = logging.getLogger(__name__)
__authors__ = ["V.A. Sole", "P. Knobel"]
__license__ = "MIT"
-__date__ = "06/01/2017"
+__date__ = "15/05/2017"
DEFAULT_CONFIG = {