diff --git a/lmfdb/elliptic_curves/web_ec.py b/lmfdb/elliptic_curves/web_ec.py index bbf8dbfb15..a5fb25f072 100644 --- a/lmfdb/elliptic_curves/web_ec.py +++ b/lmfdb/elliptic_curves/web_ec.py @@ -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: