pyfma
pyfma copied to clipboard
Replace deprecated `np.find_common_type` calls with `np.promote_types`
Closes #16
Overview
- Replaces calls to
np.find_common_type
, which was deprecated in NumPy 2.0 with calls tonp.promote_types