mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 21:22:26 +08:00
Minor fixes to patch.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
:license: modified BSD
|
||||
"""
|
||||
|
||||
__all__ = ["frt"]
|
||||
__all__ = ["frt2", "ifrt2"]
|
||||
__docformat__ = "restructuredtext en"
|
||||
|
||||
import numpy as np
|
||||
|
||||
@@ -9,7 +9,7 @@ def test_frt():
|
||||
import sympy.ntheory as sn
|
||||
assert sn.isprime(SIZE) == True
|
||||
except ImportError:
|
||||
sn = False
|
||||
pass
|
||||
|
||||
# Generate a test image
|
||||
L = np.tri(SIZE, dtype=np.int32) + np.tri(SIZE, dtype=np.int32)[::-1]
|
||||
|
||||
Reference in New Issue
Block a user