Closed gb119 closed 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
Fixed by propagating type information properly to avoid bad casting of data.
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