Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#25463: finish pyflaking elliptic_curves
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed May 30, 2018
1 parent 2a7282a commit 70a2fc2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sage/schemes/elliptic_curves/padic_lseries.py
Expand Up @@ -1624,11 +1624,6 @@ def Dp_valued_height(self,prec=20):
n = arith.LCM(E.tamagawa_numbers())
n = arith.LCM(n, E.Np(p)) # allowed here because E has good reduction at p

# if p < 5:
# phi = self.frobenius(min(6,prec),algorithm="approx")
# else:
# phi = self.frobenius(prec+2,algorithm="mw")

def height(P,check=True):
if P.is_finite_order():
return Qp(p,prec)(0)
Expand Down

0 comments on commit 70a2fc2

Please sign in to comment.