Convert "NaN" -> "nan" to catch up with Numpy 1.6
authorW. Trevor King <wking@tremily.us>
Mon, 19 Nov 2012 12:35:48 +0000 (07:35 -0500)
committerW. Trevor King <wking@tremily.us>
Mon, 19 Nov 2012 12:49:48 +0000 (07:49 -0500)
commit1c8f4dafddcbaac124fabee4aa2e8ed1d67f81c4
tree23a7376c69eaa037c10484096a2f45f55a6c21e8
parent4c41fdde604d9e00edb1d17171423b345ebba045
Convert "NaN" -> "nan" to catch up with Numpy 1.6

This changed with Numpy commit:

  commit 1985497ddd1c179d5ae4b7ba061a8b8c5540f543
  Author: Pauli Virtanen <pav@iki.fi>
  Date:   Sun Jul 18 17:17:58 2010 +0000

    BUG: core: format 'nan' and 'inf' also in array repr by default (#1050)
hooke/util/si.py
test/polymer_fit.py