mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 08:53:57 +08:00
corrected path.join in test_lpi_filter.py
This commit is contained in:
@@ -9,7 +9,7 @@ from scikits.image.filter import *
|
||||
data_dir = os.path.join(os.path.dirname(__file__), './data/')
|
||||
|
||||
class TestLPIFilter2D():
|
||||
img = imread(os.path.join(data_dir + 'camera.png'),
|
||||
img = imread(os.path.join(data_dir, 'camera.png'),
|
||||
flatten=True)[:-101,:-100]
|
||||
|
||||
def filt_func(self,r,c):
|
||||
|
||||
Reference in New Issue
Block a user