Files
scikit-image/skimage/measure
cgohlke e75126a4d8 TST: Fix RuntimeError: data type not supported on Python 2.6
On Python >=2.7, C extensions that use integer format codes with the PyArg_Parse* family of functions will raise a TypeError exception instead of triggering a DeprecationWarning (Python 2.6). The RuntimeError is raised by ndimage for unsupported array data types.
2013-10-15 00:42:40 -07:00
..
2013-10-14 16:28:53 +02:00
2013-08-17 21:44:07 +02:00
2013-07-15 22:00:56 +02:00
2013-10-02 18:14:21 +02:00