You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure I agree about the expected behavior, if you pass a function Callable[[A], complex] to apply, if Scalar = complex then only the first overload can apply, in other words they are not overlapping.
I'm not sure I agree about the expected behavior, if you pass a function Callable[[A], complex] to apply, if Scalar = complex then only the first overload can apply, in other words they are not overlapping.
Thank you - I agree, when changing Scalar = float it also errors.
Bug Report
Expected Behavior
In both cases the overloads should be overlapping.
Your Environment
The text was updated successfully, but these errors were encountered: