Closed samjrholt closed 2 years ago
@lang-m Currently an error for unique_with_accuracy with an input of an empty array. This occurs for a multisubregion case with no subregion overlap. The error stems from np.max.
unique_with_accuracy
np.max
If the array is empty we could just return an empty array?
@lang-m Currently an error for
unique_with_accuracy
with an input of an empty array. This occurs for a multisubregion case with no subregion overlap. The error stems fromnp.max
.