Execution Time0.76s

Test: test_kde_histogram_feature_extractor (Failed)
Build: CIP-Darwin-13.4.0-x86_64-incr-SL-ON (bwh002376.bwh.harvard.edu) on 2015-07-08 23:02:41
Repository revision: 58ca4a4fc2a3bf0619a21ce5bb101e89b50d4d2a

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: test_kde_histogram_feature_extractor.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/acil-user/anaconda/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/Users/acil-user/Projects/CIP/cip_python/classification/tests/test_kde_histogram_feature_extractor.py", line 27, in test_execute
    my_hist_extractor.fit( ct_array, lm_array, grid_array)
  File "/Users/acil-user/Projects/CIP-build/CIP-build/cip_python/classification/kde_histogram_feature_extractor.py", line 104, in fit
    patch_intensities = ct[np.logical_and(patch_labels==p_label)]
ValueError: invalid number of arguments

----------------------------------------------------------------------
Ran 1 test in 0.064s

FAILED (errors=1)