Skip to content

Commit 7d85495

Browse files
committed
add parse
1 parent f9cd91f commit 7d85495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lmfdb/elliptic_curves/elliptic_curve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ def elliptic_curve_search(info, query):
582582
qfield='bad_primes',mode=info.get('bad_quantifier'))
583583
parse_primes(info, query, 'sha_primes', name='sha primes',
584584
qfield='sha_primes',mode=info.get('sha_quantifier'))
585+
parse_ints(info, query, 'manin_constant')
585586
if info.get('galois_image'):
586587
labels = [a.strip() for a in info['galois_image'].split(',')]
587588
elladic_labels = [a for a in labels if elladic_image_label_regex.fullmatch(a) and is_prime_power(elladic_image_label_regex.match(a)[1])]

0 commit comments

Comments
 (0)