E
======================================================================
ERROR: test_kde_histogram_feature_extractor.test_execute
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ec2-user/anaconda/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/ec2-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 "/home/ec2-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.107s
FAILED (errors=1)