From 3f47a3573b7adfc74cd0ba3d2b924ca7660a8acd Mon Sep 17 00:00:00 2001 From: Henrik Linusson Date: Thu, 7 May 2015 01:40:26 +0200 Subject: [PATCH] Removed debug output. Removed some debug output that was left by accident. --- nonconformist/__init__.py | 2 +- nonconformist/nc.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nonconformist/__init__.py b/nonconformist/__init__.py index c5e4551..75bb267 100644 --- a/nonconformist/__init__.py +++ b/nonconformist/__init__.py @@ -6,6 +6,6 @@ # Authors: Henrik Linusson -__version__ = '1.2.1' +__version__ = '1.2.2' __all__ = ['icp', 'nc', 'acp'] \ No newline at end of file diff --git a/nonconformist/nc.py b/nonconformist/nc.py index dd3410d..e10e142 100644 --- a/nonconformist/nc.py +++ b/nonconformist/nc.py @@ -466,8 +466,6 @@ def calc_nc(self, x, y): else: self.beta_ = self.beta - print(norm) - return self.err_func(prediction, y, norm, self.beta_) def predict(self, x, nc, significance=None):