Skip to content
Snippets Groups Projects
Commit 3aded12a authored by Andrew E. Torda's avatar Andrew E. Torda
Browse files

Unnecessary line picked up by lint.

parent 2b578fb9
Branches
No related tags found
No related merge requests found
...@@ -79,7 +79,6 @@ func doplot(pi, stdErr []float32, plotName string) error { ...@@ -79,7 +79,6 @@ func doplot(pi, stdErr []float32, plotName string) error {
pStd.Title.Text = "standard error" pStd.Title.Text = "standard error"
pStd.Y.Label.Text = "std error" pStd.Y.Label.Text = "std error"
pAbs = plot.New()
{ {
tmperr := make([]float32, len(pi)) // the extra bracing makes tmperr := make([]float32, len(pi)) // the extra bracing makes
for i := range tmperr { // the lifetime of tmperr clear for i := range tmperr { // the lifetime of tmperr clear
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment