Numeric types are now stored in native format (vs. old strings).
authorW. Trevor King <wking@drexel.edu>
Fri, 29 Jul 2011 10:54:07 +0000 (06:54 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 29 Jul 2011 10:54:11 +0000 (06:54 -0400)
commit0f39adfab67eca66ac79fa1dcb88c362f3611200
tree6014225cb93980acb0342b7179381f6f5af103e9
parentae159d096e4a9c7e2c93ba586067b7a230229010
Numeric types are now stored in native format (vs. old strings).

ChoiceSettings have string-type storage values anyway, so we'll leave
them as strings in the data files.
h5config/storage/hdf5.py
h5config/storage/yaml.py
h5config/test.py