push
github
Use hash of numeric value for bound parameter expressions (#12488) (#12548) * Use hash of numeric value for bound parameter expressions If a `ParameterExpression` has no unbound parameters, the underlying bound value can be hashed instead of the tuple that accounts for the symbolic expression. Doing this allows for the `ParameterExpression` to match the hash for the numeric value it compares equal to. Closes #12487 * Add release note (cherry picked from commit bc685d300) Co-authored-by: Will Shanks <willshanks@us.ibm.com>
2 of 2 new or added lines in 1 file covered. (100.0%)
5 existing lines in 1 file now uncovered.62265 of 69464 relevant lines covered (89.64%)
232416.18 hits per line