Skip to content

Commit

Permalink
ECQ remove 500k bound on rank 0 Sha certification
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Mar 8, 2024
1 parent 7cba757 commit cca2a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/elliptic_curves/web_ec.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def make_mwbsd(self):
mwbsd['reg'] = self.regulator
mwbsd['sha'] = self.sha
mwbsd['sha2'] = latex_sha(self.sha)
mwbsd['sha_is_exact'] = self.rank==0 and self.conductor<500000
mwbsd['sha_is_exact'] = self.rank==0 # see Issue #5872
for num in ['reg', 'special_value', 'real_period', 'area']:
mwbsd[num] = RR(mwbsd[num])
except AttributeError:
Expand Down

0 comments on commit cca2a64

Please sign in to comment.