mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-13 12:40:24 +08:00
fix path
This commit is contained in:
@@ -62,7 +62,7 @@ def load_ciede2000_data():
|
||||
]
|
||||
|
||||
# note: ciede_test_data.txt contains several intermediate quantities
|
||||
path = pjoin(dirname(abspath(__file__)), 'ciede_test_data.txt')
|
||||
path = pjoin(dirname(abspath(__file__)), 'ciede2000_test_data.txt')
|
||||
return np.loadtxt(path, dtype=dtype)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user