Skip to content

Commit

Permalink
Merge pull request #6208 from LMFDB/autopep8-patches
Browse files Browse the repository at this point in the history
Fixes by autopep8 action
  • Loading branch information
AndrewVSutherland authored Oct 17, 2024
2 parents 56051e9 + a8a9296 commit 65bf03b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lmfdb/lfunctions/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1681,8 +1681,6 @@ def getLfunctionPlot(request, *args):
plotrange = 12
F = [(i, L.hardy_z_function(i).real()) for i in srange(-1*plotrange, plotrange, plotStep)]



interpolation = spline(F)
F_interp = [(i, interpolation(i)) for i in srange(-1*plotrange, plotrange, 0.05)]
p = line(F_interp)
Expand Down

0 comments on commit 65bf03b

Please sign in to comment.