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

Fix Kloosterman computation on Dirichlet character pages #2468

Merged
merged 1 commit into from May 29, 2018

Conversation

davidlowryduda
Copy link
Member

This fixes #2465

The fix is very simple. I suspect that someone was copy-pasting javascript function calls and forgot to update one fully.

@codecov-io
Copy link

Codecov Report

Merging #2468 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2468   +/-   ##
=======================================
  Coverage   55.13%   55.13%           
=======================================
  Files         240      240           
  Lines       32382    32382           
  Branches     4879     4879           
=======================================
  Hits        17854    17854           
  Misses      13288    13288           
  Partials     1240     1240
Impacted Files Coverage Δ
lmfdb/number_fields/number_field.py 71.37% <0%> (-0.38%) ⬇️
lmfdb/tensor_products/galois_reps.py 6.86% <0%> (ø) ⬆️
lmfdb/abvar/fq/search_parsing.py 76.11% <0%> (ø) ⬆️
lmfdb/elliptic_curves/web_ec.py 89.28% <0%> (+0.59%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3848194...c6668fc. Read the comment docs.

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.

Kloosterman sum compute button on Dirichlet characters not working
3 participants