mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 16:00:12 +08:00
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:
+1
-1
@@ -73,7 +73,7 @@
|
||||
From whom we borrowed the example generation tools.
|
||||
|
||||
- Andreas Mueller
|
||||
Example data set loader.
|
||||
Example data set loader. Nosetest compatibility functions.
|
||||
Quickshift image segmentation, Felzenszwalbs fast graph based segmentation.
|
||||
|
||||
- Yaroslav Halchenko
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user