Skip to content

Commit cd55bf4

Browse files
committed
fftpack: fix import
1 parent b2e9df8 commit cd55bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fourier/internal/fftpack/fftpack_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"reflect"
1515
"testing"
1616

17-
"github.com/gonum/floats"
17+
"gonum.org/v1/gonum/floats"
1818
)
1919

2020
func TestRfft(t *testing.T) {

0 commit comments

Comments
 (0)