Closed BenTaylor-TfN closed 4 weeks ago
Need to replace np.find_common_type() function as it has been deprecated in newer versions of numpy. https://numpy.org/doc/stable/reference/generated/numpy.find_common_type.html
np.find_common_type()
This function is used in the translation module only at time of writing.
Looks like this has been solved in a previous fix. Closing.
Need to replace
np.find_common_type()
function as it has been deprecated in newer versions of numpy. https://numpy.org/doc/stable/reference/generated/numpy.find_common_type.htmlThis function is used in the translation module only at time of writing.