You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SAGE devel
Running one of my scripts with 9.6 I notice several warnings like this:
/home/jec/sage/local/var/lib/sage/venv-python3.10.3/lib/python3.10/site-packages/sage/schemes/elliptic_curves/period_lattice.py:238:
DeprecationWarni
ng: non-integer arguments to randrange() have been deprecated since
Python 3.10 and will be removed in a subsequent version
self._ei = self.f2.roots(AA,multiplicities=False)
where f2 is a univariate polynomial over QQbar. I am puzzled as to
why python highlights that line -- the is no call to randrange there.
Perhaps somewhere in the root-finding implementation over QQbar there
is such? Though search_src("randrange") reveal nothing directly to do
with polynomials.
Anyway, this is something which will need to be fixed at some point.
John
Samuel Lelievre
unread,
Jun 24, 2022, 6:06:19 AM6/24/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-devel
Seems to have been addressed already for Sage 9.7.