Skip to content

Commit a5ba2ce

Browse files
authored
Merge pull request #6757 from hgu2699/patch-11
2 parents d182a0e + 9b54f83 commit a5ba2ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lmfdb/ecnf/code.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cond:
4646
cond_norm:
4747
comment: Compute the norm of the conductor
4848
sage: E.conductor().norm()
49-
pari: idealnorm(ellglobalred(E)[1])
49+
pari: idealnorm(K, ellglobalred(E)[1])
5050
magma: Norm(Conductor(E));
5151

5252
disc:
@@ -128,4 +128,6 @@ snippet_test:
128128
label: 81.1-CMa1
129129
langs:
130130
url: EllipticCurve/2.0.3.1/81.1/CMa/1/download/{lang}
131+
132+
131133

0 commit comments

Comments
 (0)