mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 12:28:23 +08:00
782ba46a4c
Punt on the issue of warnings with the minimum build Handle warnings in measure pkg Fix the rank filter test by forcing a random seed in the function Compare as boolean in imread test Import loadmat in test_setup to avoid warning Use a setup method for imread plugin test Revoke unintended changes Fix indentation to appease jni More indentation fixes Fix unintentional comment out
6 lines
105 B
Python
Executable File
6 lines
105 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
if __name__ == "__main__":
|
|
from skimage.scripts import skivi
|
|
skivi.main()
|