mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-27 11:27:08 +08:00
BUG: Fix broken import in ctmf.
This commit is contained in:
@@ -13,7 +13,7 @@ Original author: Lee Kamentsky
|
||||
|
||||
import numpy as np
|
||||
from . import _ctmf
|
||||
from .rank_order import rank_order
|
||||
from ._rank_order import rank_order
|
||||
|
||||
|
||||
def median_filter(image, radius=2, mask=None, percent=50):
|
||||
|
||||
Reference in New Issue
Block a user