Skip to content

Commit

Permalink
pr comments and copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
btracey committed Apr 18, 2018
1 parent 369a8bd commit 086e83f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stat/distuv/inversegamma.go
@@ -1,4 +1,4 @@
// Copyright ©2016 The Gonum Authors. All rights reserved.
// Copyright ©2018 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
4 changes: 2 additions & 2 deletions stat/distuv/inversegamma_test.go
@@ -1,4 +1,4 @@
// Copyright ©2016 The Gonum Authors. All rights reserved.
// Copyright ©2018 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand All @@ -14,7 +14,7 @@ import (
)

func TestInverseGamma(t *testing.T) {
// Values a comparison with scipy
// Values extracted from a comparison with scipy
for _, test := range []struct {
x, alpha, want float64
}{
Expand Down

0 comments on commit 086e83f

Please sign in to comment.