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
Fix Moment.resolve_parameter for constant sympy expressions (#6794)
Problem: `Moment._resolve_parameters_` might keep constant sympy expression
if its resolved value is numerically equal.
Solution: Check if parameterization changed for the resolved operation and
if so replace the original operation with resolved (even if equal).
Fixes#6778
---------
Co-authored-by: Pavol Juhas <[email protected]>
Co-authored-by: Noureldin <[email protected]>
0 commit comments