See this issue:There was also a very thorough discussion of this recently on this mailing list:On Tue, Feb 28, 2017 at 11:32 AM Ryan May <rmay31@gmail.com> wrote:______________________________Hi,Can someone take a look at: https://github.com/numpy/numpy/issues/7978 The crux of the issue is that this:# This worksa = "%0.3g" % np.array(2)a'2'# This does nota = "{0:0.3g}".format(np.array(2))TypeError: non-empty format string passed to object.__format__I've now hit this in my code. If someone can even point me in the general direction of the code to dig into for this (please let it be python, please let it be python...), I'll dig in more.Ryan--Ryan May_________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy- discussion
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy- discussion