-
Notifications
You must be signed in to change notification settings - Fork 227
Completeness testing #6773
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
Completeness testing #6773
Conversation
Code snippets from snippet-generate action
|
Works for me. Note, there is so much here that I didn't scrutinize the code. |
|
I checked higher genus and groups carefully, and also spot checked a few other sections. This looks good to me. Is this about ready to merge? |
|
This looks great! I haven't checked everything one could check but was happy with what I checked. I'll note that there are many cases where we have complete data but this is not noted (e.g. we have every elliptic curve over Q with good reduction away from 2). We might want to think about ways to easily add additional completeness criteria for special cases of interest. |
This PR adds messages when search results are complete.
See this search on blue.lmfdb.xyz for example. There are a bunch of tests of the new functionality in the
test_utils.pyfile.Most of the completeness criteria were drawn from completeness knowls, but some were adapted from code that used to run on @jwj61's hobbes server with a similar goal, which he kindly provided.