Files
scikit-image/skimage/scripts/skivi
T
Steven Silvester 782ba46a4c Handle more warnings
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
2014-12-23 16:49:59 -06:00

6 lines
105 B
Python
Executable File

#!/usr/bin/env python
if __name__ == "__main__":
from skimage.scripts import skivi
skivi.main()