f3dasm
f3dasm copied to clipboard
Casting `to_numpy` does not work with non-numeric data
The problem
At the moment, there is a numpy casting to_numpy method in the _Data class that casts to float32. This is not possible with non-numeric data, hence raising an error