mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 02:57:56 +08:00
4 lines
92 B
Python
4 lines
92 B
Python
import warnings
|
|
from scipy import ndimage, special, optimize
|
|
warnings.simplefilter('error')
|