DOC: Fix attribution for testing function

The testing functions taken from scikit-learn were in a file with a copyright assigned to Pietro, but Andreas was resposible for the specific lines that were copied.
This commit is contained in:
Tony S Yu
2012-09-16 15:44:52 -04:00
parent f2d5b109e9
commit 2cbe2e1f20
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1,7 +1,5 @@
"""Testing utilities."""
# Copyright (c) 2011 Pietro Berkes
# License: Simplified BSD
def _assert_less(a, b, msg=None):
message = "%r is not lower than %r" % (a, b)