stonerlab / Stoner-PythonCode

Stoner Python module repository
GNU General Public License v3.0
19 stars 13 forks source link

in data in DataFile results in possible corrupted data #1

Closed gb119 closed 11 years ago

gb119 commented 11 years ago

data attribute of DataFile can hold any tyoe of numby arrayable data, but some meothds (e.g.) sort result in casting to float and corrupting data. Probably problem is in structured records view of data

gb119 commented 11 years ago

Fixed by propagating type information properly to avoid bad casting of data.