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
After #35644, the .lift_x() method is supposed to return deterministic results. However, the following code produces different outputs on 64-bit and 32-bit machines, per this comment:
After #35644, the
.lift_x()
method is supposed to return deterministic results. However, the following code produces different outputs on 64-bit and 32-bit machines, per this comment:The root cause is the incomparability of number-field elements, as pointed out in this comment:
It is not quite clear how to resolve this in general; see also this comment.
The text was updated successfully, but these errors were encountered: