Closed NHPatterson closed 2 years ago
This fixes the issue raised in #31. Previous testing point data was floating point and the conversion into a numpy array using a data type compatible with SimpleITK. Integer data types are not compatible, so they must be converted.
This fixes the issue raised in #31. Previous testing point data was floating point and the conversion into a numpy array using a data type compatible with SimpleITK. Integer data types are not compatible, so they must be converted.