Salome HOME
Fix bug with type conversion from numpy.float32 to Python float
authorRenaud Barate <renaud.barate@edf.fr>
Thu, 11 Jul 2013 13:22:25 +0000 (15:22 +0200)
committerRenaud Barate <renaud.barate@edf.fr>
Thu, 11 Jul 2013 13:22:25 +0000 (15:22 +0200)
commitbaad9fd7397903c4ddf1ce6fc725e6d9fc7b6289
treef66c19348c7a33713ef6eadba0bdb53eb915052a
parent63e2b696dbf9205c6d268616c0d02dffe342ec7a
Fix bug with type conversion from numpy.float32 to Python float

Now the dataset is saved as a float64.
When loading old 7.2 files, the dataset is converted from float32 to float64.
src/salome/parametric/persistence.py