blend_modes
blend_modes copied to clipboard
np.NAN error
https://github.com/flrs/blend_modes/blob/master/blend_modes/blending_functions.py#L69
should be changed to
ratio[ratio == np.nan] = 0.0