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
This commit is contained in:
Steven Silvester
2014-12-23 16:49:59 -06:00
parent 6db92d387b
commit 782ba46a4c
14 changed files with 29 additions and 23 deletions
Regular → Executable
+1 -1
View File
@@ -149,7 +149,7 @@ if __name__ == "__main__":
configuration=configuration,
install_requires=[
"six>=%s" % '.'.join(str(d) for d in DEPENDENCIES['six'])
"six>=%s" % DEPENDENCIES['six']
],
packages=setuptools.find_packages(exclude=['doc']),
include_package_data=True,