nanshe-org / nanshe

An image processing toolkit
https://nanshe-org.github.io/nanshe
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Fix structured array doctests for NumPy 1.12 #438

Closed jakirkham closed 7 years ago

jakirkham commented 7 years ago

Unfortunately NumPy 1.12 broke how structured arrays are represented. As a result, some doctests that display structured arrays are now off. This commit overrides the formatting of floats in the doctests. By doing so, they are then able to match correctly to what they would have been on NumPy 1.11.

xref: https://github.com/numpy/numpy/pull/8160

jakirkham commented 7 years ago

Absorbing into PR ( https://github.com/nanshe-org/nanshe/pull/440 ).