Skip to content

Commit

Permalink
Removed debug output.
Browse files Browse the repository at this point in the history
Removed some debug output that was left by accident.
  • Loading branch information
donlnz committed May 6, 2015
1 parent 4f2f85d commit 3f47a35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion nonconformist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

# Authors: Henrik Linusson

__version__ = '1.2.1'
__version__ = '1.2.2'

__all__ = ['icp', 'nc', 'acp']
2 changes: 0 additions & 2 deletions nonconformist/nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3f47a35

Please sign in to comment.