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
In the `Expression.rewrite_apply_eval_step` method, in the upvalues
lookup, to reduce the cost of evaluating expressions with many numerical
elements, we use to skip atomic elements. This makes that upvalues of
atomic elements get never evaluated (see #1506). This PR fix by, instead
of skipping atoms, just check beforehand if all the elements are of the
same kind.
---------
Co-authored-by: R. Bernstein <[email protected]>
0 commit comments