Transport-for-the-North / caf.toolkit

Toolkit of transport planning and appraisal functionalities.
https://caftoolkit.readthedocs.io/en/stable/
Other
0 stars 2 forks source link

`np.find_common_type()` needs replacing due to deprecation #114

Closed BenTaylor-TfN closed 4 weeks ago

BenTaylor-TfN commented 8 months 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

This function is used in the translation module only at time of writing.

BenTaylor-TfN commented 4 weeks ago

Looks like this has been solved in a previous fix. Closing.