Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
grhkm21 committed Sep 11, 2024
1 parent 41cb6e9 commit 228a2bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/schemes/elliptic_curves/ell_finite_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,9 @@ def has_order(self, value, num_checks=8):
if not (value * G).is_zero():
return False

self._order = value
# TODO: uncomment this and remove the line in `set_order` after 38617 is fixed.
# self._order = value

return True

def set_order(self, value, *, check=True, num_checks=8):
Expand Down

0 comments on commit 228a2bf

Please sign in to comment.