-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catch more bits of data which may be missing #6303
Conversation
Most of the invariants in the Galois section say "Not computed," but Wild Inertia Group is shown as "data not computed." These should probably be consistent. |
Similarly, in search results like https://beta.lmfdb.org/padicField/?n=16&p=2&c=16&showcol=n.u.t.visible.unram.eisen.ind_of_insep.associated_inertia, some columns are explicitly shown as "not computed" and others left blank. |
Implemented suggestions |
lmfdb/local_fields/main.py
Outdated
return f'${blist}$' | ||
|
||
def intcol(j): | ||
if not j: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be if j is None
, since this will display not computed
for j=0
. I know that's not a possible value for t
and u
, but this code could eventually get copied and used elsewhere.
I'll go ahead and make this change.
Hm, apparently |
Ok, should be fixed. @jwj61, feel free to merge if you're happy with my changes. |
This adjusts python so it correctly catches if the tame and unramified degrees are missing.
See
https://beta.lmfdb.org/padicField/2.16.16.7
http://127.0.0.1:37777/padicField/2.16.16.7