Could not import jpeg_ls
Could not import gdcm
/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pywt/__init__.py:16: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
from ._extensions._pywt import *
/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/pywt/_swt.py:1: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
from ._extensions._swt import swt_max_level, swt as _swt, swt_axis as _swt_axis
/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/classification/kde_bandwidth.py:116: RuntimeWarning: divide by zero encountered in longdouble_scalars
time = (2 * const * K0 / M / f) ** (2 / (3 + 2 * s))
/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/classification/kde_bandwidth.py:119: RuntimeWarning: divide by zero encountered in longdouble_scalars
return t - (2 * M * np.sqrt(np.pi) * f) ** (-2 / 5)
.
----------------------------------------------------------------------
Ran 1 test in 0.053s
OK