mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 22:39:12 +08:00
8 lines
154 B
Python
8 lines
154 B
Python
import numpy as np
|
|
from numpy.testing import assert_array_equal
|
|
|
|
|
|
if __name__ == '__main__':
|
|
from numpy import testing
|
|
testing.run_module_suite()
|