Commit Graph

11 Commits

Author SHA1 Message Date
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
Steven Silvester 2756358f3c Clean up PIL plugin and handle more warnings
Use the pil plugin to load data files

Fix install_requires string formatting

Dead end commit

Make all tools executable

Remove debug print

Suppress PIL resourcewarnings

Handle a few more warnings
2014-12-23 16:48:38 -06:00
Steven Silvester bd94253cef Add python3 doc building capability 2014-12-13 11:59:22 -06:00
François Boulogne 93f92e6a83 fix blank print for python2 2013-06-12 21:40:53 +02:00
François Boulogne eb9de1d7eb MIN: use print() instead of print 2013-06-12 21:16:23 +02:00
Kyle Mandli ac0fc3aba8 Fix display of coverage bar 2011-09-19 21:45:55 -05:00
Stefan van der Walt c3ee8f5ea6 DOC: Complete coverage bar. 2011-07-20 17:27:35 -07:00
Kyle Mandli 7d79a3f3c6 Bug fixes and documentation writing 2011-07-20 10:17:03 -05:00
Kyle Mandli 92ce731890 Change look and feel of table, add better handling of table columns
Add many improvements to table look including support for tags such as
missing, partial, done, and not applicable.  The tabularcolumns
directive does not seem to be affecting the tables width and columns
however.
2011-07-16 16:54:23 -05:00
Kyle Mandli 070e7c9cf3 Colored missing text in table 2011-07-16 10:38:48 -05:00
Kyle Mandli fb8efcf904 Add source related to generation of functionality coverage.
Add python script that generates coverage_table.txt from coverage.csv file
which is included in the sphinx docs.
2011-07-15 18:55:00 -05:00