Skip to content
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

Merged
merged 5 commits into from
Dec 17, 2024

Conversation

jwj61
Copy link
Member

@jwj61 jwj61 commented Dec 16, 2024

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

@roed314
Copy link
Contributor

roed314 commented Dec 16, 2024

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.

@roed314
Copy link
Contributor

roed314 commented Dec 16, 2024

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.

@jwj61
Copy link
Member Author

jwj61 commented Dec 16, 2024

Implemented suggestions

return f'${blist}$'

def intcol(j):
if not j:
Copy link
Contributor

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.

@roed314
Copy link
Contributor

roed314 commented Dec 17, 2024

Hm, apparently t and u are empty strings not None, so my "fix" is wrong. Working on it....

@roed314
Copy link
Contributor

roed314 commented Dec 17, 2024

Ok, should be fixed. @jwj61, feel free to merge if you're happy with my changes.

@jwj61 jwj61 merged commit 3f4298f into LMFDB:main Dec 17, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants